Submission details
Task:Lukujono
Sender:yoonseoj
Submission time:2025-10-28 20:22:01 +0200
Language:text
Status:READY
Result:0
Feedback
groupverdictscore
#10
Test results
testverdicttimescore
#10.00 s0details

Code

PRINT X
INCREASE A
CLEAR A
INCREASE C
CLEAR C
REPEAT X TIMES (
     REPEAT A TIMES ( 
          INCREASE B
          Clear A
    )
    REPEAT C TIMES ( 
          INCREASE A
          Clear C
    )
    REPEAT B TIMES ( 
          INCREASE C
          Clear A
    )
    PRINT B
)

Test details

Test 1 (public)

Verdict:

input
(empty)

correct output
(empty)

user output
PRINT X
INCREASE A
CLEAR A
INCREASE C
CLEAR C
...

Feedback: Error: invalid command Clear