Problem evilbz
User yq
Submission Time 2026-06-23 10:18:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:9: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
6 | char c="S"
| ^~~
| |
| const char*
evilbz.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘cin’
7 | cin>>a>>b;
| ^~~
evilbz.cpp:8:6: error: ‘S’ was not declared in this scope
8 | if(S=a){
| ^