Problem | taxcollection |
---|---|
User | Henries |
Submission Time | 2024-10-13 11:37:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
taxcollection.cpp: In function ‘int main()’:
taxcollection.cpp:29:18: error: ‘ni’ was not declared in this scope; did you mean ‘i’?
29 | for (int i =0;i<ni++){
| ^~
| i
taxcollection.cpp:29:22: error: expected ‘;’ before ‘)’ token
29 | for (int i =0;i<ni++){
| ^
| ;