結果
問題 | No.661 ハローキティはりんご3個分 |
ユーザー | sanfrecce-osaka |
提出日時 | 2022-04-01 20:08:36 |
言語 | Ruby (3.3.0) |
結果 |
AC
|
実行時間 | 92 ms / 2,000 ms |
コード長 | 269 bytes |
コンパイル時間 | 79 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 12,160 KB |
最終ジャッジ日時 | 2024-11-20 05:53:57 |
合計ジャッジ時間 | 1,094 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 90 ms
12,032 KB |
testcase_01 | AC | 90 ms
12,032 KB |
testcase_02 | AC | 89 ms
12,032 KB |
testcase_03 | AC | 92 ms
12,032 KB |
testcase_04 | AC | 88 ms
12,160 KB |
コンパイルメッセージ
Syntax OK
ソースコード
gets.chomp.to_i.times.map { gets.chomp.to_i }.map do case _1 in -> (n) { n % 8 == 0 && n % 10 == 0 } then 'ikisugi' in -> (n) { n % 10 == 0 } then 'sugi' in -> (n) { n % 8 == 0 } then 'iki' else _1 / 3 end end.then(&method(:puts))