Problem card
User YongXin
Submission Time 2023-06-05 15:44:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:21:38: error: expected ‘;’ before ‘}’ token
21 | cout<<a[k-1]<<' '<<a[k]<<' '<<a[k+1]
| ^
| ;
22 | }
| ~