| Problem | 3nplus1 |
|---|---|
| User | ghx312 |
| Submission Time | 2026-01-27 12:09:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:10: error: expected ‘;’ before ‘cout’
9 | x /= 2
| ^
| ;
10 | cout << x;
| ~~~~
3nplus1.cpp:13:17: error: expected ‘;’ before ‘cout’
13 | x = 3 * x + 1
| ^
| ;
14 | cout << x;
| ~~~~