Problem | prime |
---|---|
User | LimCheeHann |
Submission Time | 2025-02-23 17:39:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prime.cpp: In function ‘int main()’:
prime.cpp:8:5: error: ‘i’ was not declared in this scope
8 | if(i==0 || i==1){
| ^