Problem | taxcollection |
---|---|
User | JhoCyber |
Submission Time | 2024-12-29 15:54:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
taxcollection.cpp: In function ‘int32_t main()’:
taxcollection.cpp:36:5: error: expected ‘,’ or ‘;’ before ‘for’
36 | for(int i=0;i<n;i++){
| ^~~
taxcollection.cpp:36:17: error: ‘i’ was not declared in this scope
36 | for(int i=0;i<n;i++){
| ^