QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#713151 | #9525. Welcome to Join the Online Meeting! | GuanYunchang | WA | 0ms | 3824kb | C++20 | 1.9kb | 2024-11-05 18:18:49 | 2024-11-05 18:18:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3664kb
input:
4 5 2 3 4 1 2 1 3 2 3 3 4 2 4
output:
Yes 2 1 2 2 3 2 1 4
result:
ok ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
4 5 3 2 4 3 1 2 1 3 2 3 3 4 2 4
output:
No
result:
ok ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
4 6 2 3 4 1 3 1 4 2 3 2 4 1 2 3 4
output:
Yes 1 1 3 3 4 2
result:
ok ok
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3512kb
input:
6 6 0 1 2 2 3 3 1 4 5 5 6 6 4
output:
Yes 4 1 2 2 3 2 0 3 0 4 2 5 6
result:
wrong answer Integer parameter [name=y_j] equals to 0, violates the range [1, 6]