QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#326045 | #8211. Enumerating Substrings | gg_gong | WA | 28ms | 34268kb | C++17 | 1.5kb | 2024-02-12 08:43:26 | 2024-02-12 08:43:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5796kb
input:
4 2 3
output:
228
result:
ok 1 number(s): "228"
Test #2:
score: -100
Wrong Answer
time: 28ms
memory: 34268kb
input:
999999 1999 12345678
output:
1052352729
result:
wrong answer 1st numbers differ - expected: '52352722', found: '1052352729'