| Problem | zaneism |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-26 12:53:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
zaneism.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
zaneism.cpp: In function ‘int main()’:
zaneism.cpp:8:5: error: ‘ios_base’ has not been declared
8 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
zaneism.cpp:9:5: error: ‘cout’ was not declared in this scope
9 | cout.tie(0);
| ^~~~
zaneism.cpp:10:5: error: ‘cin’ was not declared in this scope
10 | cin.tie(0);
| ^~~
zaneism.cpp:12:2: error: ‘print’ was not declared in this scope; did you mean ‘int’?
12 | print" believe in Zane, the Creator of CPIC Land. Bestow upon us thy courage and wisdom for a Gold Medal in NOI 2027."
| ^~~~~
| int