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

Автор mirmohana, 11 лет назад, По-английски

i have a question

my program is true in my computer but when i submit it show any thing in answer

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

»
11 лет назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

the answer is simple : your compiler is different from CF compiler :) try to use MinGW for C++ (I'll bet it will work more similar to CF compiler than gnu C++ :D)

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

The problem you tried to solve might use FILE I/O, so if your solution depends on standard I/O, it will not work.

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

you can submit your source code to custom test, then you can see what wrong in your program