| Problem | japan2026 |
|---|---|
| User | Froakyu |
| Submission Time | 2026-06-30 21:30:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:4:29: error: expected ‘;’ at end of input
4 | cout << "guys im very broke"
| ~~~~~~~~~~~~~~~~~~~~^
| ;
japan2026.cpp:4:9: error: expected ‘}’ at end of input
4 | cout << "guys im very broke"
| ^~~~~~~~~~~~~~~~~~~~
japan2026.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^