Problem sheepishprogrammer
User alfredo
Submission Time 2026-07-17 00:19:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sheepishprogrammer.cpp: In function ‘int main()’:
sheepishprogrammer.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << 1;
| ^~~~
sheepishprogrammer.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 |