UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#118255#1056. 数字统计Mars01ms1204kbC++313b2020-08-25 23:33:052020-08-25 23:33:06

answer


Details

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

Test #1:

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

input:

2
1 15
2 22


output:

1 1
15 1

result:

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

Test #2:

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

input:

3
2 100
3 200


output:

2 1
3 1
100 1

result:

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

Test #3:

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

input:

5
1 100
2 400


output:

1 1
2 1
100 1
400 2

result:

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

Test #4:

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

input:

9
1 9
1 500


output:

1 2
9 1
500 6

result:

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

Test #5:

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

input:

8
2 200
2 900

output:

2 2
200 1
900 5

result:

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