Borderou de evaluare (job #671770)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Channels (clasa a 8-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 24 oct. 2022 22:15:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:55:5: error: 'sort' was not declared in this scope; did you mean 'short'?
55 | sort ( g, g + m, cmp );
| ^~~~
| short
main.cpp:42:18: warning: unused variable 'cost' [-Wunused-variable]
42 | int n, m, k, cost, i, cnt = 0;
| ^~~~