結果

問題 No.2903 A Round-the-World Trip with the Tent
ユーザー hiro1729
提出日時 2024-09-27 21:33:29
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 47 bytes
コンパイル時間 220 ms
コンパイル使用メモリ 82,312 KB
実行使用メモリ 65,152 KB
最終ジャッジ日時 2024-09-27 21:33:36
合計ジャッジ時間 4,362 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 3
other RE * 42
権限があれば一括ダウンロードができます

ソースコード

diff #

K, N = map(int, input().split())
assert(N == 2)
0