Блог пользователя nimxor

Автор nimxor, история, 8 лет назад, По-английски

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.

  • Проголосовать: нравится
  • +3
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.