Problem card
User wahjsodhowasd
Submission Time 2026-02-11 16:40:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:12:9: error: ‘A’ was not declared in this scope
12 | if (ch=A){
| ^
card.cpp:17:13: error: ‘B’ was not declared in this scope
17 | else if(ch=B){
| ^
card.cpp:22:7: error: expected primary-expression before ‘)’ token
22 | else(){
| ^
card.cpp:25:5: error: expected ‘}’ at end of input
25 | }
| ^
card.cpp:5:7: note: to match this ‘{’
5 | main(){
| ^