mirmohana's blog

By mirmohana, 11 years ago, In English

i have a question

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

  • Vote: I like it
  • -13
  • Vote: I do not like it

| Write comment?
»
11 years ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

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 years ago, # |
  Vote: I like it +6 Vote: I do not like it

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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