Problem | nprime2 |
---|---|
User | tacticalnerd |
Submission Time | 2024-04-28 18:03:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime2.cpp: In function ‘int main()’:
nprime2.cpp:31:38: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
31 | std::ios::sync_with_stdio(false);cin.tie(NULL);
| ^~~
| std::cin
In file included from nprime2.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~