Problem peepeepoopoo
User G
Submission Time 2024-08-03 13:12:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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