結果
| 問題 | No.3280 Black-Tailed Gull vs Monster |
| コンテスト | |
| ユーザー |
sasa8uyauya
|
| 提出日時 | 2025-09-26 21:24:53 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 149 ms / 2,000 ms |
| + 264µs | |
| コード長 | 169 bytes |
| 記録 | |
| コンパイル時間 | 241 ms |
| コンパイル使用メモリ | 95,724 KB |
| 実行使用メモリ | 130,560 KB |
| 最終ジャッジ日時 | 2026-07-15 05:41:29 |
| 合計ジャッジ時間 | 6,043 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 40 |
ソースコード
n,x,Q=map(int,input().split())
e=0
for _ in range(Q):
m=int(input())
f=list(map(int,input().split()))
if x in f:
e+=1
elif len(set(f))<m:
e+=1/2
print(e)
sasa8uyauya