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

Compile Error

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