| Problem | 3nplus1 |
|---|---|
| User | lygrace |
| Submission Time | 2026-06-23 03:27:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:15:15: error: expected ‘;’ before ‘return’
15 | cout<<n<<" "
| ^
| ;
16 | return 0;
| ~~~~~~
3nplus1.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
3nplus1.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^