Problem cardplacing
User IyasM
Submission Time 2025-12-29 12:32:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:24:18: error: request for member ‘front’ in ‘b’, which is of non-class type ‘long long int’
24 | if (a > b && b.front() == 2) cout << "Bob";
| ^~~~~
cardplacing.cpp:28:13: error: expected primary-expression before ‘)’ token
28 | if (a == 2)){
| ^