Problem add1
User shoryu386
Submission Time 2024-04-01 14:30:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp:12:3: error: invalid preprocessing directive #remove
12 | # remove e
| ^~~~~~
add1.cpp:16:3: error: invalid preprocessing directive #remove
16 | # remove prefixed i
| ^~~~~~
add1.cpp:20:3: error: invalid preprocessing directive #remove
20 | # remove lone i
| ^~~~~~
add1.cpp:24:3: error: invalid preprocessing directive #convert
24 | # convert to complex
| ^~~~~~~
add1.cpp:25:3: error: invalid preprocessing directive #xAyB
25 | # xAyB
| ^~~~
add1.cpp:29:3: error: invalid preprocessing directive #convert
29 | # convert factorial to dual-sided operation with two operands (right is dummy)
| ^~~~~~~
add1.cpp:30:3: error: "5A0B" after # is not a positive integer
30 | # 5A0B! -> 5A0B!0A0B
| ^~~~
add1.cpp:1:1: error: ‘import’ does not name a type
1 | import re
| ^~~~~~