Problem | 3nplus1 |
---|---|
User | Jinseo |
Submission Time | 2023-11-09 12:01:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:9: error: ‘endum’ was not declared in this scope; did you mean ‘endnum’?
9 | while (endum != 1) {
| ^~~~~
| endnum
3nplus1.cpp:10:10: error: expected primary-expression before ‘==’ token
10 | if (n% ==0){
| ^~