Problem swords
User toditisdoingthisforfun
Submission Time 2026-01-11 16:08:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:51:34: error: expected statement at end of input
51 | else if (g==e[v+1] && h==f[v+1])
| ^
swords.cpp:51:34: error: expected ‘}’ at end of input
swords.cpp:44:2: note: to match this ‘{’
44 | {
| ^
swords.cpp:51:34: error: expected ‘}’ at end of input
51 | else if (g==e[v+1] && h==f[v+1])
| ^
swords.cpp:4:1: note: to match this ‘{’
4 | {
| ^