Borderou de evaluare (job #587063)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numere1 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 mar. 2021 15:08:17 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'bool IsPrime(int)':
main.cpp:11:11: error: 'dd' was not declared in this scope; did you mean 'd'?
11 | while(dd<=n)
| ^~
| d
main.cpp: In function 'bool Prim3(int)':
main.cpp:25:15: error: 'ii' was not declared in this scope; did you mean 'i'?
25 | for (i=2; ii<=n; i++)
| ^~
| i
main.cpp:22:11: warning: unused variable 'j' [-Wunused-variable]
22 | int i,j;
| ^