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

Compile Error

cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:10:20: error: expected ‘;’ before ‘i’
10 | for (int i=0;i<a++i){
| ^
| ;
cardplacing.cpp:14:20: error: expected ‘;’ before ‘i’
14 | for (int i=0;i<b++i) {
| ^
| ;
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)){
| ^