Problem card
User cOoKiEs
Submission Time 2023-12-11 16:21:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int32_t main()’:
card.cpp:29:24: error: invalid operands of types ‘__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type’ {aka ‘long long int’} and ‘const char [2]’ to binary ‘operator<<’
29 | cout<<c[k-1]<<" "<c[k]<<" "<<c[k+1];