Problem add1
User shoryu386
Submission Time 2024-03-28 16:59:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp:32:4: error: invalid preprocessing directive #print
32 | #print("trying",data)
| ^~~~~
add1.cpp:34:4: error: invalid preprocessing directive #print
34 | #print("trying2",data)
| ^~~~~
add1.cpp:36:4: error: invalid preprocessing directive #print
36 | #print("trying3",data)
| ^~~~~
add1.cpp:46:3: error: invalid preprocessing directive #print
46 | #print("DEBUG", s)
| ^~~~~
add1.cpp:1:1: error: ‘import’ does not name a type
1 | import re
| ^~~~~~