제출 #1326939

#제출 시각아이디문제언어결과실행 시간메모리
1326939new통행료 (APIO13_toll)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> int main() { return 0; } #include <bits/stdc++.h> int main() { return 0; }

컴파일 시 표준 에러 (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; }
      |     ^~~~