結果

問題 No.3060 サンプルケース至上主義
ユーザー 👑 tatt61880tatt61880
提出日時 2020-07-01 23:36:15
言語 Kuin
(KuinC++ v.2021.9.17)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 527 bytes
コンパイル時間 2,015 ms
コンパイル使用メモリ 146,672 KB
実行使用メモリ 4,352 KB
最終ジャッジ日時 2023-10-14 16:56:57
合計ジャッジ時間 2,508 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

func main()
	while(true)
		var s: []char :: cui@input()
		if(s =& null)
			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