Problem card
User yoshiokalili
Submission Time 2026-02-09 21:25:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:26:3: error: ‘else’ without a previous ‘if’
26 | else if (task == 'B')
| ^~~~
card.cpp:32:3: error: ‘else’ without a previous ‘if’
32 | else if (task == '.')
| ^~~~