Problem | goodprogrammer |
---|---|
User | Usu |
Submission Time | 2025-07-17 20:02:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:4:10: error: ‘cout’ is not a member of ‘std’
4 | std::cout << "";
| ^~~~
goodprogrammer.cpp:2:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include <ostream>
+++ |+#include <iostream>
2 |