Problem card
User Teeskit
Submission Time 2025-08-21 17:15:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:10:5: error: ‘class std::vector<int>’ has no member named ‘pushback’; did you mean ‘push_back’?
10 | v.pushback(i);
| ^~~~~~~~
| push_back
card.cpp:15:11: error: ‘A’ was not declared in this scope
15 | if(b == A) {
| ^
card.cpp:18:17: error: ‘B’ was not declared in this scope
18 | else if (b == B) {
| ^