Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
57853 成若冲 【选】邮费计算 Python3 Wrong Answer 40 42 MS 4472 KB 143 2025-06-24 16:11:28

Tests(2/5):


n = int(input()) x = input() ans = 8 if x == "y": ans = ans + 5 if n > 1000: ans = ans + (n-1000//500*4) print(ans)


Judgement Protocol: