Problem add1
User thatlycheeoolongdrink
Submission Time 2025-01-06 17:44:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp:8:5: error: empty character constant
8 | x = ''.join(input().strip().split())
| ^~
add1.cpp:9:10: error: empty character constant
9 | eval_x = ''
| ^~
add1.cpp:1:1: error: ‘import’ does not name a type
1 | import math
| ^~~~~~