結果
| 問題 |
No.547 未知の言語
|
| コンテスト | |
| ユーザー |
mmmppp
|
| 提出日時 | 2018-05-23 09:35:48 |
| 言語 | Ruby (3.4.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 81 bytes |
| コンパイル時間 | 44 ms |
| コンパイル使用メモリ | 7,296 KB |
| 実行使用メモリ | 12,288 KB |
| 最終ジャッジ日時 | 2024-06-28 16:06:36 |
| 合計ジャッジ時間 | 4,090 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 33 |
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n Syntax OK
ソースコード
def l;gets.split end;n=l;a=l.zip l;gets.hex.times{|i|b,c=a[i];puts i,b,c if b!=c}
mmmppp