Borderou de evaluare (job #638662)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | 5div | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 mar. 2022 11:12:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int nrdiv(int)':
main.cpp:7:9: warning: unused variable 'd' [-Wunused-variable]
7 | int d=2,nr=0;
| ^
main.cpp: In function 'int main()':
main.cpp:25:15: warning: pointer to a function used in arithmetic [-Wpointer-arith]
25 | if(nrdiv[i]==true) nr++;
| ^
main.cpp:25:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
25 | if(nrdiv[i]==true) nr++;
| ~~~~~~~~^~~~~~