Borderou de evaluare (job #690118)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Semipalindrom | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 ian. 2023 17:46:35 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:5: error: 'cn' was not declared in this scope; did you mean 'con'?
10 | cn=n;
| ^~
| con
main.cpp:8:17: warning: unused variable 'i' [-Wunused-variable]
8 | int n,con=0,i=1,p=10,ccon;
| ^