QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#597119#9255. Python Programucup-team5021#WA 1ms5700kbC++173.7kb2024-09-28 17:05:472024-09-28 17:05:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5700kb

input:

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

output:


result:

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