Borderou de evaluare (job #805474)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Rucsac fractionar | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 ian. 2025 15:43:30 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:19:22: warning: variable 'bul' set but not used [-Wunused-but-set-variable]
19 | bool bul = 0;
| ^~~
main.cpp:28:18: error: 'bul' was not declared in this scope
28 | } while (bul);
| ^~~
main.cpp:30:38: error: 'N' was not declared in this scope
30 | for (int i = 0, cap = M; i < N && cap > wt[idx[i]]; i++) {
| ^
main.cpp:34:29: error: 'N' was not declared in this scope
34 | for (int i = 0; i < N; i++)
| ^