QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#224371 | #2936. Simple Collatz Sequence | MaMengQi | WA | 16ms | 11356kb | Python3 | 474b | 2023-10-23 01:49:20 | 2023-10-23 01:49:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 9ms
memory: 8096kb
input:
6
output:
8
result:
ok single line: '8'
Test #2:
score: 0
Accepted
time: 9ms
memory: 9060kb
input:
12345
output:
540591
result:
ok single line: '540591'
Test #3:
score: 0
Accepted
time: 10ms
memory: 8152kb
input:
1
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 16ms
memory: 11356kb
input:
40000
output:
852282
result:
ok single line: '852282'
Test #5:
score: -100
Wrong Answer
time: 5ms
memory: 8320kb
input:
2148
output:
1427127
result:
wrong answer 1st lines differ - expected: '427120', found: '1427127'