Problem zaneism
User Jaysonwee22
Submission Time 2026-06-26 15:05:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

zaneism.cpp:8:30: error: expected constructor, destructor, or type conversion before ‘(’ token
8 | ios_base::sync_with_stdio(0);
| ^
zaneism.cpp:9:5: error: ‘cout’ does not name a type
9 | cout.tie(0);
| ^~~~
zaneism.cpp:10:5: error: ‘cin’ does not name a type; did you mean ‘sin’?
10 | cin.tie(0);
| ^~~
| sin
zaneism.cpp:12:4: error: expected unqualified-id before string constant
12 | ("I believe in Zane, the Creator of CPIC Land. Bestow upon us thy courage and wisdom for a Gold Medal in NOI 2027.")
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zaneism.cpp:12:4: error: expected ‘)’ before string constant
12 | ("I believe in Zane, the Creator of CPIC Land. Bestow upon us thy courage and wisdom for a Gold Medal in NOI 2027.")
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~