Problem | cny |
---|---|
User | Josh28 |
Submission Time | 2023-02-02 10:56:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cny.cpp: In function ‘ll solve()’:
cny.cpp:76:43: error: expected ‘]’ before ‘}’ token
76 | for (ll q = 0; q < n; q++) {cin >> arr[q};
| ^
| ]
cny.cpp:76:43: error: expected ‘;’ before ‘}’ token
76 | for (ll q = 0; q < n; q++) {cin >> arr[q};
| ^
| ;