Borderou de evaluare (job #724914)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Jack Saritorul | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 iun. 2023 14:26:51 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:22:15: error: 'x' was not declared in this scope
22 | if(s%2 == x%2)
| ^
main.cpp:12:26: warning: unused variable 'd' [-Wunused-variable]
12 | int n, i = 1, s = 0, d, ans;
| ^
main.cpp:12:29: warning: unused variable 'ans' [-Wunused-variable]
12 | int n, i = 1, s = 0, d, ans;
| ^~~