Submission details
Task:Lukujono
Sender:sandyy
Submission time:2025-10-28 21:12:27 +0200
Language:text
Status:READY
Result:0
Feedback
groupverdictscore
#1ACCEPTED0
Test results
testverdicttimescore
#1ACCEPTED0.00 s0details

Code

CLEAR A

INCREASE A
INCREASE A
INCREASE A
INCREASE A
INCREASE A
INCREASE A
INCREASE A
INCREASE A
INCREASE A
INCREASE A

#b=100 to simulate while true
REPEAT A TIMES (
	REPEAT A TIMES (
		INCREASE B
	)
)
#do things if l is 1
INCREASE L

REPEAT B TIMES (
	REPEAT L TIMES ( PRINT X )
		
)


Test details

Test 1 (public)

Verdict: ACCEPTED

input
(empty)

correct output
(empty)

user output
CLEAR A

INCREASE A
INCREASE A
INCREASE A
...

Feedback: 0 tests processed (invalid output)