Borderou de evaluare (job #837172)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Buldo (clasa a 9-a) | Compilator | cpp |
| Rundă | lasm_16_10_2025_clasa11 | Status | evaluat |
| Dată | 16 oct. 2025 14:57:05 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:31:13: error: 'canLevel' was not declared in this scope
31 | if (canLevel(mij)) {
| ^~~~~~~~
main.cpp:22:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | freopen("buldo.in", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:23:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
23 | freopen("buldo.out", "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~