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

Compile Error

zaneism.cpp:6:9: error: missing terminating " character
6 | cout <<"I believe in Zane, the Creator of CPIC Land. Bestow upon us thy
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zaneism.cpp:7:54: error: stray ‘\’ in program
7 | courage and wisdom for a Gold Medal in NOI 2027."<< "\n";
| ^
zaneism.cpp:7:56: error: missing terminating " character
7 | courage and wisdom for a Gold Medal in NOI 2027."<< "\n";
| ^~
zaneism.cpp: In function ‘int main()’:
zaneism.cpp:7:1: error: ‘courage’ was not declared in this scope
7 | courage and wisdom for a Gold Medal in NOI 2027."<< "\n";
| ^~~~~~~
zaneism.cpp:7:13: error: ‘wisdom’ was not declared in this scope
7 | courage and wisdom for a Gold Medal in NOI 2027."<< "\n";
| ^~~~~~