Borderou de evaluare (job #622827)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Trei (clasa a 10-a) | Compilator | cpp-32 |
Rundă | lasm_22_12_2021_clasa11 | Status | evaluat |
Dată | 22 dec. 2021 15:10:27 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:51: error: expected unqualified-id before ',' token
7 | int count=0,n,p, indexs1, indexd1, indexs, indexd,, k=0;
| ^
main.cpp:9:6: error: 'P' was not declared in this scope
9 | cin>>P;
| ^
main.cpp:12:40: error: expected ';' before 'while'
12 | cin>>indexs; cin>>indexd
| ^
| ;
13 | while(indexs<=indexd)
| ~~~~~
main.cpp:7:15: warning: unused variable 'p' [-Wunused-variable]
7 | int count=0,n,p, indexs1, indexd1, indexs, indexd,, k=0;
| ^
main.cpp:7:18: warning: unused variable 'indexs1' [-Wunused-variable]
7 | int count=0,n,p, indexs1, indexd1, indexs, indexd,, k=0;
| ^~~~~~~
main.cpp:7:27: warning: unused variable 'indexd1' [-Wunused-variable]
7 | int count=0,n,p, indexs1, indexd1, indexs, indexd,, k=0;
| ^~~~~~~