nimxor's blog

By nimxor, history, 8 years ago, In English

I'm having trouble in submitting C++ code to any problem on SPOJ. When I submit code in ADA language it gets submitted. Is anyone getting the same problem ? Please help me to resolve this.

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I am having the same problem! The page keeps on loading and I can't submit any C++ code!

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

What is the error massage ???

have you tried changing the compiler I believe there are 2 or 3 C++ compilers on spoj.

try using scanf instead of cin and vice versa because spoj really have a ton of problems regarding input and output.