Borderou de evaluare (job #627482)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comp (clasa a 8-a) | Compilator | cpp-32 |
Rundă | cex_gj10 | Status | evaluat |
Dată | 24 ian. 2022 14:20:58 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int convers(char*)':
main.cpp:16:30: warning: variable 'p' set but not used [-Wunused-but-set-variable]
16 | int l=strlen(a),nr=0,n=0,p=1;
| ^
main.cpp: In function 'int main()':
main.cpp:47:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
47 | if (i=='\0')
| ~^~~~~~