QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#747201 | #9246. Dominating Point | ucup-team5079# | WA | 144ms | 121308kb | C++23 | 2.2kb | 2024-11-14 16:34:14 | 2024-11-14 16:34:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3620kb
input:
6 011010 000101 010111 100001 010100 100010
output:
1 6 3
result:
ok OK, Answer correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
3 011 001 000
output:
NOT FOUND
result:
ok OK, Answer correct.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
3 010 001 100
output:
3 2 1
result:
ok OK, Answer correct.
Test #4:
score: -100
Wrong Answer
time: 144ms
memory: 121308kb
input:
4994 0100001010011001010101110010101000111101111100100001110010000111100000000100110100101000001010100000010010010110110110111010010010100110100000110110111001010111010111010111011001000101001000010001010111110000000100001100000111100011001010010111011100111010101110011000010111101011111110001111110...
output:
NOT FOUND
result:
wrong output format Expected integer, but "NOT" found