QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#122091#1863. Yes, Prime Ministernew_dawn_2#WA 1ms3500kbC++172.0kb2023-07-09 13:56:052023-07-09 13:56:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3500kb

input:

10
-2
-1
0
1
2
3
4
5
6
7

output:

6
4
3
2
1
1
2
1
2
1

result:

ok 10 numbers

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3448kb

input:

201
-100
-99
-98
-97
-96
-95
-94
-93
-92
-91
-90
-89
-88
-87
-86
-85
-84
-83
-82
-81
-80
-79
-78
-77
-76
-75
-74
-73
-72
-71
-70
-69
-68
-67
-66
-65
-64
-63
-62
-61
-60
-59
-58
-57
-56
-55
-54
-53
-52
-51
-50
-49
-48
-47
-46
-45
-44
-43
-42
-41
-40
-39
-38
-37
-36
-35
-34
-33
-32
-31
-30
-29
-28
-27...

output:

202
202
202
202
194
194
194
194
194
194
194
194
178
178
178
178
178
178
166
166
166
166
158
158
158
158
158
158
146
146
142
142
142
142
134
134
134
134
134
134
122
122
118
118
118
118
118
118
106
106
106
106
106
106
94
94
94
94
86
86
82
82
82
82
74
74
74
74
74
74
62
62
58
58
58
58
58
58
46
46
46
46
...

result:

wrong answer 3rd numbers differ - expected: '199', found: '202'