結果

問題 No.2334 Distinct Cards
ユーザー hato336
提出日時 2023-06-02 21:34:37
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 449 bytes
コンパイル時間 1,905 ms
コンパイル使用メモリ 82,432 KB
実行使用メモリ 86,144 KB
最終ジャッジ日時 2024-12-28 16:41:35
合計ジャッジ時間 5,646 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 2
other WA * 22
権限があれば一括ダウンロードができます

ソースコード

diff #

import collections,sys,math,functools,operator,itertools,bisect,heapq,decimal,string,time,random
#sys.setrecursionlimit(10**9)
#n = int(input())
#alist = list(map(int,input().split()))
#hen = collections.defaultdict(list)
#s = input()
#n,m = map(int,input().split())
#for i in range(n):
#    alist.append(list(map(int,input().split())))
#    u,v = map(int,input().split())
#    hen[u].append(v)
#    hen[v].append(u)
#dp = [[0]*n for i in range(m)]
0