| Problem | evilbz |
|---|---|
| User | austenj |
| Submission Time | 2026-06-23 10:19:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:12: error: expected unqualified-id before string constant
5 | string "i";
| ^~~
evilbz.cpp:6:10: error: ‘i’ was not declared in this scope
6 | cin>>i;
| ^