БАГ в тестах 
Разница между ru1 и ru2, 202 символ(ов) изменены
http://codeforces.net/gym/100244 problem E↵
this solution accepted↵
# include <iostream>↵
# include <cstdlib>↵
# include <cstdio>↵
main()↵
{↵
freopen("sandwiches.in","r",stdin);↵
    freopen("sandwiches.out","w",stdout);↵
    std :: cout << "Impossible";↵
  ↵
}↵
http://pastie.org/10606936

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
ru2 Русский CleverDoner 2015-12-04 19:33:19 202
ru1 Русский CleverDoner 2015-12-04 19:32:56 277 Первая редакция (опубликовано)