Problem | ihate1111 |
---|---|
User | Usu |
Submission Time | 2025-07-18 11:32:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:9:9: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
9 | num /= 10;
| ^~~
| enum
ihate1111.cpp:11:30: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
11 | for (int i = 2; i * i <= num; i++) {
| ^~~
| enum