Problem | boundedpermutation |
---|---|
User | jeongwonho64 |
Submission Time | 2023-06-06 09:57:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boundedpermutation.cpp: In function βint main()β:
boundedpermutation.cpp:37:29: error: expected primary-expression before β{β token
37 | negcnt[i] = negcnt[i-1] + {c[i] == -1};
| ^