| Problem | 3nplus1 |
|---|---|
| User | alice157050 |
| Submission Time | 2026-06-22 16:25:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:18: error: expected ‘;’ before ‘while’
8 | cout << n << " "
| ^
| ;
9 | while (n != 1) {
| ~~~~~