QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#280752 | #7778. Turning Permutation | ucup-team135# | WA | 0ms | 3712kb | C++20 | 3.7kb | 2023-12-09 17:49:37 | 2023-12-09 17:49:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3608kb
input:
3 2
output:
2 1 3
result:
ok 3 number(s): "2 1 3"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3712kb
input:
3 5
output:
2 3 1
result:
wrong answer 1st numbers differ - expected: '-1', found: '2'