Unexpected EOF only in Coddeforces Compiler. 218B

Revision en1, by Ruden, 2019-06-05 23:54:00

I have been trying to submit my code for https://codeforces.com/contest/281/problem/B , and my code works prefectly fine on personal pc, hackerearth and codechef compilers, but fails on test 1 in codeforces. I used GNU C++14 on codeforces. Can anyone please explain what I am supposed to change to get it to work in codeforces compiler.

my codeforces submision:- https://codeforces.com/contest/281/submission/55179537

Tags g++14 compiler, unexpected eof, 218b, #problem

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Ruden 2019-06-05 23:54:00 477 Initial revision (published)