Problem | conductslip |
---|---|
User | back2square1 |
Submission Time | 2023-11-25 16:10:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:55:10: error: ‘H’ was not declared in this scope
55 | ans += H[i];
| ^
conductslip.cpp:56:7: error: ‘N’ was not declared in this scope
56 | if (N[i]<K) ++r;
| ^
conductslip.cpp:59:2: error: expected ‘}’ before ‘else’
59 | else if (K==1) {
| ^~~~
conductslip.cpp:53:12: note: to match this ‘{’
53 | if (C==L) {
| ^