結果
問題 |
No.427 テレビ
|
ユーザー |
|
提出日時 | 2016-10-02 22:29:31 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 87 bytes |
コンパイル時間 | 289 ms |
コンパイル使用メモリ | 7,680 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-11-21 13:14:33 |
合計ジャッジ時間 | 1,609 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 8 |
コンパイルメッセージ
Main.rb:7: warning: mismatched indentations at 'end' with 'else' at 5 Syntax OK
ソースコード
h,w= gets.split(" ").map(&:to_i) if h > w then p "TATE" else p "YOKO" end