| Problem | evilbz |
|---|---|
| User | migueltanpe67 |
| Submission Time | 2026-06-23 10:00:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:7:9: error: ‘s’ was not declared in this scope
7 | cin >> s >>bz;
| ^
evilbz.cpp:7:13: error: ‘bz’ was not declared in this scope
7 | cin >> s >>bz;
| ^~
evilbz.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cout << a << icpc;
| ^
evilbz.cpp:8:15: error: ‘icpc’ was not declared in this scope
8 | cout << a << icpc;
| ^~~~