| Problem | eeducation |
|---|---|
| User | lygrace |
| Submission Time | 2026-06-25 11:59:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:7:13: error: ‘cin’ was not declared in this scope
7 | int n,m;cin>>n>>m;
| ^~~
eeducation.cpp:4:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
3 | #include <cmath>
+++ |+#include <iostream>
4 | using namespace std;
eeducation.cpp:19:17: error: ‘cout’ was not declared in this scope
19 | cout<<i<<" ";
| ^~~~
eeducation.cpp:19:17: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?