結果

問題 No.8107 Listening
ユーザー 👑 loop0919
提出日時 2024-04-01 22:29:47
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 76 bytes
コンパイル時間 434 ms
コンパイル使用メモリ 82,292 KB
実行使用メモリ 76,332 KB
最終ジャッジ日時 2024-09-30 22:35:03
合計ジャッジ時間 21,812 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 40
権限があれば一括ダウンロードができます

ソースコード

diff #

N, M = map(int, input().split())
print(N)
for i in range(1, N+1):
	print(i)
0