Submission details
Task:Lukujono
Sender:3lv11ra
Submission time:2025-11-09 14:32:11 +0200
Language:text
Status:READY
Result:0
Feedback
groupverdictscore
#10
Test results
testverdicttimescore
#10.00 s0details

Code

Y = 0
Z = 0
A = 0
B = 0
while True:
    print(X, end=' ')
    if X==1:
        break
    if X%2==0:
        X=X//2
    else:
        X=3*X+1
Y=X+0
Z=X*1
A=X-0
B=X//1

Test details

Test 1 (public)

Verdict:

input
(empty)

correct output
(empty)

user output
Y = 0
Z = 0
A = 0
B = 0
while True:
...

Feedback: Error: invalid command Y