結果

問題 No.3124 Twin
ユーザー i_taku
提出日時 2025-07-14 15:34:25
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 40 ms / 1,000 ms
コード長 66 bytes
コンパイル時間 1,934 ms
コンパイル使用メモリ 81,540 KB
実行使用メモリ 53,316 KB
最終ジャッジ日時 2025-07-14 15:34:30
合計ジャッジ時間 1,903 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 17
権限があれば一括ダウンロードができます

ソースコード

diff #

print('Yes' if len(set(map(int, input().split()))) == 1 else 'No')
0