Problem | 3nplus1 |
---|---|
User | chankinshu |
Submission Time | 2024-07-19 16:26:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:15: error: expected ‘;’ before ‘do’
6 | cout<<n<<' '
| ^
| ;
7 | do {
| ~~