| Problem | 3nplus1 |
|---|---|
| User | JordanGwee |
| Submission Time | 2026-04-10 17:38:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:12: error: expected ‘;’ before ‘while’
7 | result = n
| ^
| ;
8 | while (n != 1) {
| ~~~~~