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