| Problem | 3nplus1 |
|---|---|
| User | yq |
| Submission Time | 2026-06-22 20:36:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:13: error: expected ‘;’ before ‘while’
7 | cout<<n<<""
| ^
| ;
8 | while(n!=1){
| ~~~~~
3nplus1.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
3nplus1.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^