| Problem | foreveralone |
|---|---|
| User | herngr3y |
| Submission Time | 2026-06-20 15:50:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foreveralone.cpp:40:2: error: stray ‘#’ in program
40 | }#include <bits/stdc++.h>
| ^
foreveralone.cpp:40:3: error: ‘include’ does not name a type
40 | }#include <bits/stdc++.h>
| ^~~~~~~
foreveralone.cpp:43:5: error: redefinition of ‘int main()’
43 | int main()
| ^~~~
foreveralone.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main()
| ^~~~