Problem | exam |
---|---|
User | l |
Submission Time | 2025-06-19 15:01:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:9:26: error: return-statement with no value, in function returning ‘int32_t’ {aka ‘int’} [-fpermissive]
9 | cout << "Hello World"; return; }
| ^~~~~~