結果
| 問題 | No.1692 Expectations |
| コンテスト | |
| ユーザー |
tktk_snsn
|
| 提出日時 | 2021-10-01 21:40:05 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 140 bytes |
| 記録 | |
| コンパイル時間 | 595 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 75,768 KB |
| 最終ジャッジ日時 | 2026-04-02 16:09:56 |
| 合計ジャッジ時間 | 5,073 ms |
|
ジャッジサーバーID (参考情報) |
judge5_1 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 18 WA * 2 |
ソースコード
N, M = map(int, input().split()) A = list(map(int, input().split())) s = set(A) max = len(s) min = 1 if len(s) == 1 else 0 print(max, min)
tktk_snsn