KarimElSheikh's blog

By KarimElSheikh, history, 9 years ago, In English

I can't resolve this compilation error http://codeforces.com/contest/497/submission/11686183 It compiles fine on my PC

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
9 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

I guess you must select GNU G++11 4.9.2 in the language list.

»
9 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

It was the lack of "return 0;" at the end of main() EDIT: Actually it still gives "Time limit exceeded on test 1", something is wrong with Codeforces