Problem discord
User wasdplant
Submission Time 2025-03-16 23:11:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

discord.cpp: In function ‘int main()’:
discord.cpp:17:37: error: expected ‘]’ before ‘)’ token
17 | if(B[i-1] == i+1 or B[i] == B[i-2)continue;
| ^
| ]