提出 #4764579
ソースコード 拡げる
n = gets.to_i
s = gets.chomp
if s.count("R") > s.count("B")
puts "Yes"
else
puts "No"
end
提出情報
| 提出日時 | |
|---|---|
| 問題 | B - Red or Blue |
| ユーザ | vpplcb |
| 言語 | Ruby (2.3.3) |
| 得点 | 200 |
| コード長 | 103 Byte |
| 結果 | AC |
| 実行時間 | 7 ms |
| メモリ | 1788 KiB |
コンパイルエラー
./Main.rb:1: warning: assigned but unused variable - n
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 200 / 200 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | sample_01.txt, sample_02.txt |
| All | sample_01.txt, sample_02.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| sample_01.txt | AC | 7 ms | 1788 KiB |
| sample_02.txt | AC | 7 ms | 1788 KiB |
| test_01.txt | AC | 7 ms | 1788 KiB |
| test_02.txt | AC | 7 ms | 1788 KiB |
| test_03.txt | AC | 7 ms | 1788 KiB |
| test_04.txt | AC | 7 ms | 1788 KiB |
| test_05.txt | AC | 7 ms | 1788 KiB |
| test_06.txt | AC | 7 ms | 1788 KiB |
| test_07.txt | AC | 7 ms | 1788 KiB |
| test_08.txt | AC | 7 ms | 1788 KiB |
| test_09.txt | AC | 7 ms | 1788 KiB |