Problem zaneism
User JT853
Submission Time 2026-06-26 12:49:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

zaneism.cpp:10:13: error: missing terminating " character
10 | cout << "I believe in Zane, the Creator of CPIC Land. Bestow upon us thy
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zaneism.cpp:11:49: error: missing terminating " character
11 | courage and wisdom for a Gold Medal in NOI 2027."
| ^
zaneism.cpp: In function ‘int main()’:
zaneism.cpp:8:15: error: expected ‘;’ before ‘cout’
8 | cin.tie(NULL)
| ^
| ;
9 |
10 | cout << "I believe in Zane, the Creator of CPIC Land. Bestow upon us thy
| ~~~~