Borderou de evaluare (job #683439)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Dragoni | Compilator | cpp-32 |
| Rundă | lasm_21_12_2022_cl12 | Status | evaluat |
| Dată | 21 dec. 2022 16:21:50 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:5:9: error: expected initializer before 'freopen'
5 | freopen("dragoni.in","r",stdin);
| ^~~~~~~
main.cpp:8:14: error: 'k' was not declared in this scope
8 | cin>>k;
| ^
main.cpp:6:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | freopen("dragoni.out","w",stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~