Submission details
Task:Lukujono
Sender:yoonseoj
Submission time:2025-10-28 20:23:09 +0200
Language:text
Status:READY
Result:0
Feedback
groupverdictscore
#1ACCEPTED0
Test results
testverdicttimescore
#1ACCEPTED0.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: ACCEPTED

input
(empty)

correct output
(empty)

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

Feedback: 0 tests processed (invalid output)