Borderou de evaluare (job #703431)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numchar (clasa a 5-a) | Compilator | cpp-32 |
Rundă | superoji1 | Status | evaluat |
Dată | 9 mar. 2023 20:37:31 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:5: error: 'fin' was not declared in this scope
9 | fin >> n;
| ^~~
main.cpp:17:5: error: 'fout' was not declared in this scope
17 | fout << cntl << " " << cntc;
| ^~~~
main.cpp:7:18: warning: unused variable 'i' [-Wunused-variable]
7 | long long n, i, cntl = 0, cntc = 0;
| ^