QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#325425 | #8211. Enumerating Substrings | hyforces | WA | 130ms | 3720kb | C++20 | 1.9kb | 2024-02-11 12:03:05 | 2024-02-11 12:03:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3708kb
input:
4 2 3
output:
228
result:
ok 1 number(s): "228"
Test #2:
score: 0
Accepted
time: 130ms
memory: 3720kb
input:
999999 1999 12345678
output:
52352722
result:
ok 1 number(s): "52352722"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3708kb
input:
7 4 2
output:
999999999
result:
wrong answer 1st numbers differ - expected: '182', found: '999999999'