QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#647500#6835. A Hero Named MagnusN_z_WA 15ms10704kbPython323b2024-10-17 14:29:462024-10-17 14:29:49

Judging History

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

  • [2024-10-17 14:29:49]
  • 评测
  • 测评结果:WA
  • 用时:15ms
  • 内存:10704kb
  • [2024-10-17 14:29:46]
  • 提交

answer

print(2*int(input())-1)

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 15ms
memory: 10704kb

input:

2
1
3

output:

3

result:

wrong answer 1st lines differ - expected: '1', found: '3'