Problem | add1 |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2024-08-07 15:38:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1.cpp:5:3: error: invalid preprocessing directive #power
5 | # power
| ^~~~~
add1.cpp:8:3: error: invalid preprocessing directive #implicit
8 | # implicit multiplication
| ^~~~~~~~
add1.cpp:16:3: error: invalid preprocessing directive #factorial
16 | # factorial
| ^~~~~~~~~
add1.cpp:30:3: error: invalid preprocessing directive #constants
30 | # constants
| ^~~~~~~~~
add1.cpp:34:3: error: invalid preprocessing directive #print
34 | # print(x)
| ^~~~~
add1.cpp:1:1: error: ‘import’ does not name a type
1 | import math
| ^~~~~~