Problem prime
User joshua2152
Submission Time 2024-02-12 10:32:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp:2:20: error: stray ‘\357’ in program
2 | using namespace std;
| ^
prime.cpp:2:21: error: stray ‘\274’ in program
2 | using namespace std;
| ^
prime.cpp:2:22: error: stray ‘\233’ in program
2 | using namespace std;
| ^
prime.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std;
| ^
| ;
3 |
4 | int main(){
| ~~~
prime.cpp: In function ‘int main()’:
prime.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
prime.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^