QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#114204 | #3325. Methodic Multiplication | lmq26052003 | WA | 1ms | 3568kb | C++20 | 641b | 2023-06-21 13:23:31 | 2023-06-21 13:23:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3496kb
input:
S(0) S(0)
output:
S(0)
result:
ok single line: 'S(0)'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3568kb
input:
S(0) S(S(0))
output:
S((0))
result:
wrong answer 1st lines differ - expected: 'S(S(0))', found: 'S((0))'