QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#550010#9255. Python Programucup-team4674#RE 0ms0kbC++143.2kb2024-09-07 08:51:102024-09-07 08:53:29

詳細信息

Test #1:

score: 0
Runtime Error

input:

ans=0
for a in range(1,3):
    for b in range(5,1,-2):
        ans+=b
print(ans)

output:


result: