結果
| 問題 | 
                            No.2778 Is there Same letter?
                             | 
                    
| コンテスト | |
| ユーザー | 
                             ぶりんがー@みゅーじしゃん
                         | 
                    
| 提出日時 | 2024-07-08 17:56:26 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 76 bytes | 
| コンパイル時間 | 344 ms | 
| コンパイル使用メモリ | 82,540 KB | 
| 実行使用メモリ | 53,948 KB | 
| 最終ジャッジ日時 | 2024-07-08 17:56:28 | 
| 合計ジャッジ時間 | 1,918 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge5 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 3 | 
| other | WA * 12 | 
ソースコード
n=int(input())
s=set(input())
if len(s)==n:
	print("Yes")
else:
	print("No")
            
            
            
        
            
ぶりんがー@みゅーじしゃん