結果
問題 | No.3060 サンプルケース至上主義 |
ユーザー | tatt61880 |
提出日時 | 2020-04-01 21:27:25 |
言語 | Kuin (KuinC++ v.2021.9.17) |
結果 |
RE
|
実行時間 | - |
コード長 | 524 bytes |
コンパイル時間 | 1,837 ms |
コンパイル使用メモリ | 145,048 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-16 10:28:15 |
合計ジャッジ時間 | 3,134 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
ソースコード
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