| Problem | zaneism |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-26 16:24:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
zaneism.cpp:5:2: error: expected initializer before ‘int’
5 | int n; cin >> n;
| ^~~
zaneism.cpp:5:9: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | int n; cin >> n;
| ^~~
| sin
zaneism.cpp:6:1: error: ‘cout’ does not name a type
6 | cout << ("I believe in Zane, the Creator of CPIC Land. Bestow upon us thy courage and wisdom for a Gold Medal in NOI 2027.")
| ^~~~