QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#433181 | #5523. Graph Problem With Small $n$ | egypt_ioi2024_11 | WA | 4ms | 69088kb | C++23 | 1.2kb | 2024-06-08 07:11:57 | 2024-06-08 07:11:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 69088kb
input:
4 0110 1010 1101 0010
output:
0001 0001 0000 1100
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 69084kb
input:
6 010001 101000 010100 001010 000101 100010
output:
010001 101001 010100 001010 000101 110010
result:
wrong answer 2nd lines differ - expected: '101000', found: '101001'