結果

問題 No.3091 The Little Match Boy
ユーザー KitRaH
提出日時 2025-04-06 16:21:55
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 82 bytes
コンパイル時間 257 ms
コンパイル使用メモリ 82,100 KB
実行使用メモリ 80,504 KB
最終ジャッジ日時 2025-04-06 16:22:01
合計ジャッジ時間 4,899 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 2 WA * 60
権限があれば一括ダウンロードができます

ソースコード

diff #

n, m = list(map(int,input().split()))
t = list(map(int, input().split()))
print(n)
0