Submission #1326926

#TimeUsernameProblemLanguageResultExecution timeMemory
1326926new통행료 (APIO13_toll)C++20
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> int main() { return 0; } #include <bits/stdc++.h> int main() { return 0; }

Compilation message (stderr)

toll.cpp:4:5: error: redefinition of 'int main()'
    4 | int main() { return 0; }
      |     ^~~~
toll.cpp:2:5: note: 'int main()' previously defined here
    2 | int main() { return 0; }
      |     ^~~~