QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#78924 | #2936. Simple Collatz Sequence | ZhaoZiLong | WA | 12ms | 8148kb | Python3 | 226b | 2023-02-20 02:59:31 | 2023-02-20 02:59: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: 4ms
memory: 7984kb
input:
6
output:
8
result:
ok single line: '8'
Test #2:
score: 0
Accepted
time: 10ms
memory: 8148kb
input:
12345
output:
540591
result:
ok single line: '540591'
Test #3:
score: -100
Wrong Answer
time: 12ms
memory: 8096kb
input:
1
output:
result:
wrong answer 1st lines differ - expected: '1', found: ''