| Problem | evilbz |
|---|---|
| User | Shawntan |
| Submission Time | 2026-06-23 09:27:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:4: error: ‘string’ was not declared in this scope
6 | string s;
| ^~~~~~
evilbz.cpp:7:4: error: ‘cin’ was not declared in this scope
7 | cin >>s;
| ^~~
evilbz.cpp:7:10: error: ‘s’ was not declared in this scope
7 | cin >>s;
| ^
evilbz.cpp:9:5: error: ‘cout’ was not declared in this scope
9 | cout<<"CPIC";
| ^~~~
evilbz.cpp:12:5: error: ‘cout’ was not declared in this scope
12 | cout<<"ICPC";
| ^~~~