Problem evilbz
User Rigiddivot251112
Submission Time 2026-06-23 09:36:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:1: error: duplicate label ‘std’
5 | std : cin << input;
| ^~~
evilbz.cpp:5:14: error: ‘input’ was not declared in this scope
5 | std : cin << input;
| ^~~~~
evilbz.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | } else {
| ^~~~