Problem | nprime |
---|---|
User | yongteckrice |
Submission Time | 2023-03-11 18:01:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
nprime.cpp: In function ‘int main()’:
nprime.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin >> a;
| ^~~
nprime.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlcude <bits/stdc++.h>
nprime.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << 113;
| ^~~~
nprime.cpp:8:2: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?