| Problem | bank |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-09-12 14:30:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bank.cpp: In function ‘int main()’:
bank.cpp:34:3: error: ‘ll’ was not declared in this scope
34 | ll sum = 0;
| ^~
bank.cpp:37:5: error: ‘sum’ was not declared in this scope
37 | sum+=notes[j];
| ^~~
bank.cpp:40:13: error: ‘sum’ was not declared in this scope
40 | if (exist[sum]){
| ^~~