結果
| 問題 |
No.1692 Expectations
|
| コンテスト | |
| ユーザー |
sasa8uyauya
|
| 提出日時 | 2024-10-21 15:53:03 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 90 bytes |
| コンパイル時間 | 5,265 ms |
| コンパイル使用メモリ | 81,824 KB |
| 実行使用メモリ | 134,156 KB |
| 最終ジャッジ日時 | 2024-10-21 15:53:12 |
| 合計ジャッジ時間 | 3,103 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | AC * 16 WA * 4 |
ソースコード
n,m=map(int,input().split()) a=list(map(int,input().split())) print(len(set(a)),int(n==m))
sasa8uyauya