結果

問題 No.304 鍵(1)
ユーザー 👑 tatt61880tatt61880
提出日時 2020-04-22 21:34:15
言語 Kuin
(KuinC++ v.2021.9.17)
結果
TLE  
実行時間 -
コード長 144 bytes
コンパイル時間 3,049 ms
コンパイル使用メモリ 150,456 KB
実行使用メモリ 208,864 KB
最終ジャッジ日時 2023-10-14 16:18:29
合計ジャッジ時間 9,117 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 -- -
testcase_02 -- -
testcase_03 -- -
testcase_04 -- -
testcase_05 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

func main()
	do cui@print("000\n")
	for i(1, 999)
		if(cui@input()[0] = 'u')
			ret
		end if
		do cui@print(i.toStrFmt("03d"))
	end for
end func
0