Problem commonsubseq
User CKCodeBreaker55
Submission Time 2024-12-16 09:49:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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)
| ^
| ;