提出 #48846368
ソースコード 拡げる
use proconio::input;
fn main() {
input! {
a: usize,
b: usize,
c: usize,
};
let ans = a == b && b == c;
println!("{}", if ans { "Yes" } else { "No" });
}
提出情報
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 8 / 8 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | example_00.txt, example_01.txt, example_02.txt |
| All | example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| example_00.txt | AC | 1 ms | 1868 KiB |
| example_01.txt | AC | 1 ms | 2100 KiB |
| example_02.txt | AC | 1 ms | 1944 KiB |
| hand_00.txt | AC | 1 ms | 1976 KiB |
| hand_01.txt | AC | 1 ms | 1804 KiB |
| hand_02.txt | AC | 1 ms | 1940 KiB |
| hand_03.txt | AC | 1 ms | 1872 KiB |
| hand_04.txt | AC | 1 ms | 1944 KiB |
| hand_05.txt | AC | 1 ms | 1940 KiB |
| hand_06.txt | AC | 1 ms | 1880 KiB |