Problem evilbz
User Yuhmama
Submission Time 2026-06-23 10:01:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:21: error: expected ‘;’ before ‘if’
8 | cin >> bz >> evilbz
| ^
| ;
9 | if (bz=="S") {
| ~~