Problem | primepie |
---|---|
User | itsLQ |
Submission Time | 2024-01-13 18:10:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
primepie.cpp: In function ‘long long int amountEaten(int)’:
primepie.cpp:14:17: error: ‘cout’ was not declared in this scope
14 | cout << S;
| ^~~~
primepie.cpp:2:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include <vector>
+++ |+#include <iostream>
2 | using namespace std;