Borderou de evaluare (job #706622)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Plusminus (clasa a 5-a) | Compilator | cpp-32 |
Rundă | superoji1 | Status | evaluat |
Dată | 13 mar. 2023 22:43:09 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:8:8: warning: unused variable 'm' [-Wunused-variable]
8 | int n, m, p, sum;
| ^
main.cpp:8:11: warning: unused variable 'p' [-Wunused-variable]
8 | int n, m, p, sum;
| ^
main.cpp:8:14: warning: unused variable 'sum' [-Wunused-variable]
8 | int n, m, p, sum;
| ^~~
main.cpp:11:6: warning: unused variable 'c' [-Wunused-variable]
11 | char c;
| ^
main.cpp: At global scope:
main.cpp:26:1: error: 'sum' does not name a type
26 | sum = 0, p=0, q=1;
| ^~~
main.cpp:28:1: error: expected unqualified-id before 'while'
28 | while (getline(fin, line)){
| ^~~~~
main.cpp:46:1: error: 'fin' does not name a type
46 | fin.close();
| ^~~
main.cpp:48:1: error: expected unqualified-id before 'return'
48 | return 0;
| ^~~~~~
main.cpp:49:1: error: expected declaration before '}' token
49 | }
| ^