Problem prime
User thatlycheeoolongdrink
Submission Time 2024-02-19 16:45:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:6:6: error: ‘True’ was not declared in this scope
6 | x = True;
| ^~~~
prime.cpp:20:2: error: expected ‘}’ at end of input
20 | }
| ^
prime.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^