Borderou de evaluare (job #723539)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | La coadă | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 10 iun. 2023 17:15:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:70:5: error: 'fin' was not declared in this scope; did you mean 'sin'?
70 | fin >> n >> Q;
| ^~~
| sin
main.cpp:105:16: warning: operation on 'q1' may be undefined [-Wsequence-point]
105 | b1[++ q1] = q1;
| ^~~~~
main.cpp:125:9: warning: unused variable 'ind' [-Wunused-variable]
125 | int ind = 0;
| ^~~