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