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