結果
問題 | No.3102 Guess and fill in the blank |
ユーザー | siman |
提出日時 | 2023-04-10 22:50:56 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 80 bytes |
コンパイル時間 | 128 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-10-06 10:01:51 |
合計ジャッジ時間 | 1,016 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 85 ms
12,032 KB |
testcase_01 | AC | 90 ms
12,160 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
N = gets.to_i case N when 1 puts 7 when 2 puts 78 when 3 when 4 when 5 end