QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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))'