結果
問題 | No.542 1円玉と5円玉 |
ユーザー | masakt |
提出日時 | 2017-07-14 22:30:17 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 95 bytes |
コンパイル時間 | 187 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 13,952 KB |
最終ジャッジ日時 | 2024-10-07 23:09:36 |
合計ジャッジ時間 | 2,242 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 83 ms
12,288 KB |
testcase_01 | AC | 88 ms
12,288 KB |
testcase_02 | WA | - |
testcase_03 | AC | 86 ms
12,160 KB |
testcase_04 | AC | 89 ms
12,160 KB |
testcase_05 | AC | 88 ms
12,288 KB |
testcase_06 | AC | 88 ms
12,160 KB |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | AC | 89 ms
12,160 KB |
testcase_12 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
a,b=gets.split.map &:to_i (b+1).times{|y| (a+1).times{|x| p x + 5 * y if x > 0 || y > 0 } }