結果
問題 |
No.3155 Same Birthday
|
ユーザー |
|
提出日時 | 2025-05-27 11:50:05 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 88 bytes |
コンパイル時間 | 695 ms |
コンパイル使用メモリ | 82,288 KB |
実行使用メモリ | 91,000 KB |
最終ジャッジ日時 | 2025-05-27 11:50:14 |
合計ジャッジ時間 | 9,689 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 49 |
ソースコード
n =int(input()) s = set(input() for i in range(n)) print('Yes' if n==len(s) else 'No')