Borderou de evaluare (job #743864)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Numchar (clasa a 5-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 10 nov. 2023 20:33:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
14 | if(x>='a'&&x<='z'||x>='A'&&x<='Z')
| ~~~~~~^~~~~~~~
main.cpp:17:16: error: expected ';' before '}' token
17 | ++d
| ^
| ;
18 | }
| ~