Problem prime
User Chudamani
Submission Time 2023-04-03 16:56:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp:14:2: error: ‘include’ does not name a type
14 | }include <bits/stdc++.h>
| ^~~~~~~
prime.cpp:17:5: error: redefinition of ‘int main()’
17 | int main() {
| ^~~~
prime.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~