Problem | management |
---|---|
User | YongXin |
Submission Time | 2023-06-02 12:57:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:9:10: error: expected ‘;’ before ‘}’ token
9 | a[t]+=1
| ^
| ;
10 | }
| ~
management.cpp:11:21: error: lvalue required as increment operand
11 | for (int i=0;i<n;++1) cout<<a[i];
| ^