提出 #4762774
ソースコード 拡げる
a, b, c = gets.split.map(&:to_i)
if a==b && b==c
puts 'Yes'
else
puts 'No'
end
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Regular Triangle |
| ユーザ | vpplcb |
| 言語 | Ruby (2.3.3) |
| 得点 | 100 |
| コード長 | 91 Byte |
| 結果 | AC |
| 実行時間 | 7 ms |
| メモリ | 1788 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| 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 |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 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 |