QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#213247 | #6641. XOR Dice | ZhaoZiLong | WA | 1ms | 3612kb | C++20 | 450b | 2023-10-14 13:20:08 | 2023-10-14 13:20:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3612kb
input:
3 2
output:
1 3 5 7 9 11 1 3 5 7 9 11 0 2 4 6 8 10
result:
ok Correct answer
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3608kb
input:
100 60
output:
1 61 121 181 241 301 1 61 121 181 241 301 0 60 120 180 240 300
result:
wrong output format Unexpected end of file - int32 expected