| Problem | 3nplus1 |
|---|---|
| User | yikai |
| Submission Time | 2026-02-13 16:05:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> number;
| ^~~
3nplus1.cpp:9:28: error: expected ‘;’ at end of input
9 | newnumber = newnumber /2
| ~^
| ;
3nplus1.cpp:9:27: error: expected ‘}’ at end of input
9 | newnumber = newnumber /2
| ^
3nplus1.cpp:8:26: note: to match this ‘{’
8 | if (newnumber %10 == 0){
| ^
3nplus1.cpp:9:27: error: expected ‘}’ at end of input
9 | newnumber = newnumber /2
| ^
3nplus1.cpp:7:22: note: to match this ‘{’
7 | while (newnumber >1){
| ^
3nplus1.cpp:9:27: error: expected ‘}’ at end of i