Problem | prime |
---|---|
User | DXY |
Submission Time | 2025-09-08 23:17:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prime.cpp:9:7: error: invalid preprocessing directive #check
9 | # check only odd divisors up to sqrt(n)
| ^~~~~
prime.cpp:1:1: error: ‘def’ does not name a type
1 | def is_prime(n: int) -> bool:
| ^~~