Problem primefactorization
User wrizz69
Submission Time 2023-11-11 10:38:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

primefactorization.cpp:16:11: error: invalid preprocessing directive #After
16 | # After checking 2, we can skip even numbers (except 2)
| ^~~~~
primefactorization.cpp:22:3: error: invalid preprocessing directive #Read
22 | # Read input
| ^~~~
primefactorization.cpp:25:3: error: invalid preprocessing directive #Perform; did you mean #error?
25 | # Perform prime factorization
| ^~~~~~~
| error
primefactorization.cpp:28:3: error: invalid preprocessing directive #Output
28 | # Output the result
| ^~~~~~
primefactorization.cpp:1:1: error: ‘def’ does not name a type
1 | def prime_factorization(n):
| ^~~