| Problem | integer |
|---|---|
| User | wongethan8192 |
| Submission Time | 2026-04-18 14:57:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
integer.cpp: In function ‘int main()’:
integer.cpp:6:10: error: ‘cout’ is not a member of ‘std’
6 | std::cout << 1;
| ^~~~
integer.cpp:3:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
2 | #include "grader.cpp"
+++ |+#include <iostream>
3 | #undef main