| Problem | foreveralone |
|---|---|
| User | chatdanai |
| Submission Time | 2026-05-04 23:25:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:9:23: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
9 | if (m==0) cout << n; return;
| ^~~~~~