Borderou de evaluare (job #751391)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comune (clasa a 5-a) | Compilator | cpp-32 |
Rundă | vs_7_8_9_dec | Status | evaluat |
Dată | 16 dec. 2023 10:52:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:28: error: expected ',' or ';' before 'cif2'
10 | int long long cif1 = 0 cif2 = 0, ct = 1;
| ^~~~
main.cpp:17:9: error: 'cif2' was not declared in this scope; did you mean 'cif1'?
17 | cif2 = m % 10;
| ^~~~
| cif1
main.cpp:20:13: error: 'ct' was not declared in this scope
20 | ct++;
| ^~
main.cpp:25:13: error: 'ct' was not declared in this scope
25 | fout << ct;
| ^~