Borderou de evaluare (job #795448)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Parola (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 nov. 2024 10:27:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:36:1: error: extended character is not valid in an identifier
36 | return 0;
| ^
main.cpp:36:1: error: extended character is not valid in an identifier
main.cpp:36:1: error: extended character is not valid in an identifier
main.cpp:36:1: error: extended character is not valid in an identifier
main.cpp:36:1: error: extended character is not valid in an identifier
main.cpp: In function 'int main()':
main.cpp:22:14: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
22 | while (y <= lenA | j >= 0)
| ~~^~~~~~~
main.cpp:36:1: error: '\U000000a0\U000000a0\U000000a0\U000000a0return\U000000a00' was not declared in this scope
36 | return 0;
| ^~~~~~~~~~~~
main.cpp:11:24: warning: unused variable 'nr' [-Wunused-variable]
11 | char a[10], b[10], nr[20] = {};
| ^~