| Problem | 3nplus1 |
|---|---|
| User | stefiewefieslays |
| Submission Time | 2026-06-22 16:49:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:19:10: error: expected ‘;’ before ‘cout’
19 | n=n*3+1
| ^
| ;
20 | cout << n << " ";
| ~~~~