Borderou de evaluare (job #704233)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Criptic (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 11 mar. 2023 18:47:19 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:25:24: error: unable to find character literal operator 'operator""and' with 'char' argument
25 | else if(x>='a'and x<='z')
| ^~~~~~
main.cpp:25:30: error: expected ')' before 'x'
25 | else if(x>='a'and x<='z')
| ~ ^~
| )
main.cpp:10:9: warning: unused variable 'n' [-Wunused-variable]
10 | int n,nr,i,j;
| ^