| Problem | badcontest |
|---|---|
| User | lykieutrang |
| Submission Time | 2025-12-29 12:12:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
badcontest.cpp:2:21: error: stray ‘#’ in program
2 | using namespace std;#include<bits/stdc++.h>
| ^
badcontest.cpp:2:22: error: ‘include’ does not name a type
2 | using namespace std;#include<bits/stdc++.h>
| ^~~~~~~
badcontest.cpp:38:5: error: redefinition of ‘int main()’
38 | int main() {
| ^~~~
badcontest.cpp:12:5: note: ‘int main()’ previously defined here
12 | int main() {
| ^~~~