triumphh's blog

By triumphh, history, 3 hours ago, In English

I just submitted the solution to the question: 1374C - Move Brackets
293169551

Unexpectedly, it gives a Compilation Error stating: "Can't compile file: program.c:1:25: fatal error: bits/stdc++.h: No such file or directory compilation terminated."

Has this happened with anyone else recently. If you know how to solve this please let me know.

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

»
2 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

you selected a C compiler, not C++

  • »
    »
    2 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Ohk. Sorry didn't notice that.