Borderou de evaluare (job #700882)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Alfanumeric (clasa a 5-a) | Compilator | cpp-32 |
Rundă | superoji1 | Status | evaluat |
Dată | 5 mar. 2023 10:07:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:16:15: error: unable to find character literal operator 'operator""and' with 'char' argument
16 | if(c>='0'and c<='9')
| ^~~~~~
main.cpp:16:21: error: expected ')' before 'c'
16 | if(c>='0'and c<='9')
| ~ ^~
| )
main.cpp:18:15: error: unable to find character literal operator 'operator""and' with 'char' argument
18 | if(c>='a'and c<='z')
| ^~~~~~
main.cpp:18:21: error: expected ')' before 'c'
18 | if(c>='a'and c<='z')
| ~ ^~
| )