Problem | 3nplus1 |
---|---|
User | Emily |
Submission Time | 2023-12-28 12:31:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:13:11: error: stray ‘\357’ in program
13 | n=n/2;
| ^
3nplus1.cpp:13:12: error: stray ‘\274’ in program
13 | n=n/2;
| ^
3nplus1.cpp:13:13: error: stray ‘\233’ in program
13 | n=n/2;
| ^
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:13:11: error: expected ‘;’ before ‘cout’
13 | n=n/2;
| ^
| ;
14 | cout<<n <<"";
| ~~~~