БАГ в тестах 
Difference between ru1 and ru2, changed 202 character(s)
http://mirror.codeforces.com/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

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
ru2 Russian CleverDoner 2015-12-04 19:33:19 202
ru1 Russian CleverDoner 2015-12-04 19:32:56 277 Первая редакция (опубликовано)