UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#125922#1056. 数字统计zwr12345601ms1200kbC++348b2021-02-02 12:50:332021-02-02 12:50:35

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

2
1 15
2 22


output:

2
8

result:

wrong answer 2nd lines differ - expected: '6', found: '8'

Test #2:

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

input:

3
2 100
3 200


output:

20
60

result:

wrong answer 2nd lines differ - expected: '40', found: '60'

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

5
1 100
2 400


output:

20
100

result:

wrong answer 2nd lines differ - expected: '80', found: '100'

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

9
1 9
1 500


output:

1
101

result:

wrong answer 2nd lines differ - expected: '100', found: '101'

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

8
2 200
2 900

output:

40
320

result:

wrong answer 2nd lines differ - expected: '280', found: '320'