QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#713680 | #9136. Exponent Calculator | rotcar07 | Compile Error | / | / | C++23 | 523b | 2024-11-05 20:16:09 | 2024-11-05 20:16:09 |
Judging History
answer
print('''
25
$1 = $1 * 0.00390625
$0 = $0 + 0.00002480158730158730
$0 = $0 * $1
$0 = $0 + 0.00019841269841269841
$0 = $0 * $1
$0 = $0 + 0.00138888888888888894
$0 = $0 * $1
$0 = $0 + 0.00833333333333333322
$0 = $0 * $1
$0 = $0 + 0.04166666666666666435
$0 = $0 * $1
$0 = $0 + 0.16666666666666665741
$0 = $0 * $1
$0 = $0 + 0.50000000000000000000
$0 = $0 * $1
$0 = $0 + 1.00000000000000000000
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
''')
Details
answer.code:1:7: error: empty character constant 1 | print(''' | ^~ answer.code:1:9: warning: missing terminating ' character 1 | print(''' | ^ answer.code:1:9: error: missing terminating ' character answer.code:27:1: error: empty character constant 27 | ''') | ^~ answer.code:27:3: warning: missing terminating ' character 27 | ''') | ^ answer.code:27:3: error: missing terminating ' character 27 | ''') | ^~ answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token 1 | print(''' | ^