Owl Get a Life
card.cpp: In function ‘int main()’:card.cpp:38:51: error: expected ‘;’ before ‘}’ token 38 | cout << v[k-1] << " " << v[k] << " " << v[k+1] | ^ | ; 39 | 40 | } | ~