QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#588997#9255. Python Programucup-team2055#RE 0ms0kbC++141.8kb2024-09-25 15:36:272024-09-25 15:36:28

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: