Problem prime
User r1r2r3r4
Submission Time 2025-08-28 16:43:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp:25:2: error: stray ‘#’ in program
25 | }#include <bits/stdc++.h>
| ^
prime.cpp:25:3: error: ‘include’ does not name a type
25 | }#include <bits/stdc++.h>
| ^~~~~~~
prime.cpp:28:5: error: redefinition of ‘int main()’
28 | int main() {
| ^~~~
prime.cpp:5:5: note: ‘int main()’ previously defined here
5 | int main() {
| ^~~~