| Problem | 3nplus1 |
|---|---|
| User | ShreyasBhat |
| Submission Time | 2026-01-20 09:16:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:12:14: error: expected ‘;’ before ‘}’ token
12 | cout << x/2
| ^
| ;
13 | }
| ~
3nplus1.cpp:15:18: error: expected ‘;’ before ‘}’ token
15 | cout << x*3 + 1
| ^
| ;
16 | }
| ~
3nplus1.cpp:17:2: error: ‘loop’ was not declared in this scope
17 | loop
| ^~~~