| Problem | zaneism |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-26 16:18:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
zaneism.cpp: In function ‘int main()’:
zaneism.cpp:5:125: error: expected ‘;’ before ‘return’
5 | cout << ("I believe in Zane, the Creator of CPIC Land. Bestow upon us thycourage and wisdom for a Gold Medal in NOI 2027.")
| ^
| ;
6 | return 0;
| ~~~~~~
zaneism.cpp:6:11: error: expected ‘}’ at end of input
6 | return 0;
| ^
zaneism.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^