QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#842821 | #9964. Frogs | ucup-team003# | WA | 0ms | 3940kb | C++20 | 1.2kb | 2025-01-04 14:59:20 | 2025-01-04 14:59:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3576kb
input:
6 2 4 3 -3 5 100 100
output:
01011
result:
ok single line: '01011'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
2 10 -9 -18
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
2 3 10 7
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
2 3 10 4
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
2 1000000000 0 0
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
2 1000000000 999999999 1000000000
output:
0
result:
ok single line: '0'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3940kb
input:
3 1 -6 -2 0
output:
11
result:
ok single line: '11'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
4 7 -142973635 -432776724 -308791196 375008845
output:
011
result:
ok single line: '011'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
5 8 0 -7 1 -11 15
output:
0101
result:
ok single line: '0101'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
6 50 18 36 2 -14 -12 40
output:
01010
result:
ok single line: '01010'
Test #11:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
7 1 -60 -41 24 -15 97 -31 51
output:
010111
result:
ok single line: '010111'
Test #12:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
8 10 18 -5 13 12 13 18 -20 16
output:
0111010
result:
ok single line: '0111010'
Test #13:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
9 1 -275578606 585822469 -874391139 911748496 -310899945 814103287 -328176057 -86710768 -230544218
output:
01111111
result:
ok single line: '01111111'
Test #14:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
10 17 -358 849 -896 767 695 580 967 -115 972 -524
output:
011111111
result:
ok single line: '011111111'
Test #15:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
11 10 10 -4 -8 2 9 12 -11 -7 7 8 -4
output:
0101010111
result:
ok single line: '0101010111'
Test #16:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
12 2 -1 -1 11 -7 -13 -3 8 -3 -4 -5 -12 -8
output:
11111111111
result:
ok single line: '11111111111'
Test #17:
score: 0
Accepted
time: 0ms
memory: 3900kb
input:
2 9 -1 0
output:
0
result:
ok single line: '0'
Test #18:
score: -100
Wrong Answer
time: 0ms
memory: 3928kb
input:
14 1000000000 93 55 28 -18 63 -63 -32 42 -50 -31 -8 -76 -5 -79
output:
0111111111111
result:
wrong answer 1st lines differ - expected: '0111110101010', found: '0111111111111'