QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#713680#9136. Exponent Calculatorrotcar07Compile Error//C++23523b2024-11-05 20:16:092024-11-05 20:16:09

Judging History

你现在查看的是最新测评结果

  • [2024-11-05 20:16:09]
  • 评测
  • [2024-11-05 20:16:09]
  • 提交

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('''
      |      ^