| Problem | evilbz |
|---|---|
| User | chlq3x |
| Submission Time | 2026-06-23 10:44:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:8: error: conflicting declaration ‘bool bz’
8 | bool (bz) = true;
| ^~
evilbz.cpp:6:9: note: previous declaration as ‘std::string bz’
6 | string bz;cin >> bz;
| ^~
evilbz.cpp:9:8: error: conflicting declaration ‘bool evil_bz’
9 | bool (evil_bz) = false;
| ^~~~~~~
evilbz.cpp:7:9: note: previous declaration as ‘std::string evil_bz’
7 | string evil_bz;cin >> evil_bz;
| ^~~~~~~