結果

問題 No.3060 サンプルケース至上主義
ユーザー 👑 tatt61880tatt61880
提出日時 2020-04-01 21:27:25
言語 Kuin
(KuinC++ v.2021.9.17)
結果
RE  
実行時間 -
コード長 524 bytes
コンパイル時間 1,817 ms
コンパイル使用メモリ 145,376 KB
実行使用メモリ 4,352 KB
最終ジャッジ日時 2023-10-14 16:04:06
合計ジャッジ時間 3,872 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

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

ソースコード

diff #

func main()
	while(true)
		var s: []char :: cui@input()
		if(s = "")
			ret
		end if
		switch(s)
		case "0"
			do cui@print("Nothing\n")
		case "3.14159265"
			do cui@print("pi\n")
		case "1112345678999+X"
			do cui@print("九蓮宝燈\n")
		case "19m19p19s東南西北白發中+Y"
			do cui@print("Thirteen Orphans\n")
		case "All your base are belong to us."
			do cui@print("3\n4\n4\n3\n6\n2\n2\n")
		case "くぁwせdrftgyふじこlp"
			do cui@print("さmpぇ\n")
		end switch
	end while
end func
0