Problem | blank |
---|---|
User | ZacharyTan2010 |
Submission Time | 2024-04-01 15:43:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
blank.cpp: In function ‘int main()’:
blank.cpp:2:17: error: ‘cout’ is not a member of ‘std’
2 | int main(){std::cout<<"ewfxvDC"}//f
| ^~~~
blank.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 |