結果
問題 | No.43 野球の試合 |
ユーザー |
|
提出日時 | 2016-04-02 13:00:43 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 539 bytes |
コンパイル時間 | 52 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-10-02 10:01:08 |
合計ジャッジ時間 | 1,665 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 6 WA * 1 |
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n Syntax OK
ソースコード
n = gets.to_imap = $stdin.read.lines.map{|s| s.chomp.chars}map[0].each.with_index do |c,i|next unless c == "-"map[0][i] = "o"map[i][0] = "x"endloop dors = map.map.with_index{|r,i| [r, i]}.select{|r,i| r.find{|c| c == "-"}}break if rs.size <= 0r, i = rs.max_by{|r,i| r.count("o")}j = r.map.with_index{|c,j| [c, j]}.select{|c,j| c == "-"}.max_by{|c,j| map[j].count("x")}[1]map[i][j] = "x"map[j][i] = "o"endwin = map[0].count("o")rank = map.map{|r| r.count("o")}.uniq.sort.reverse.index(win) + 1puts rank