Problem | commonsubseq |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2024-12-16 09:49:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
commonsubseq.cpp: In function ‘int main()’:
commonsubseq.cpp:19:42: error: expected ‘;’ before ‘)’ token
19 | for (int x = 1; x < N * (N + 1) / 2 + 1)
| ^
| ;