Problem | goofyrooks |
---|---|
User | Hijackedsoul |
Submission Time | 2023-12-30 13:45:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:38:24: error: expected ‘;’ before ‘return’
38 | std::cout << "test"
| ^
| ;
39 | return 0;
| ~~~~~~