QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#668710#9255. Python ProgramZhangYiDeRE 0ms0kbC++171.8kb2024-10-23 15:36:102024-10-23 15:36:16

Details

Tip: Click on the bar to expand more detailed information

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: