Problem zaneism
User idontlikeboystrustme
Submission Time 2026-08-11 15:14:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

zaneism.cpp: In function ‘int main()’:
zaneism.cpp:13:5: error: ‘cout’ was not declared in this scope
13 | cout << "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:10:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
9 | #include <stdio.h>
+++ |+#include <iostream>
10 | using namespace std;