Problem card
User Zachareeeee
Submission Time 2024-12-02 00:00:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:25:34: error: expected ‘}’ at end of input
25 | cout << v[k-1] << v[k] << v[k+1];
| ^
card.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^