結果

問題 No.3078 Difference Sum Query
ユーザー lam6er
提出日時 2025-03-31 17:24:17
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 174 ms
コンパイル使用メモリ 82,752 KB
実行使用メモリ 53,920 KB
最終ジャッジ日時 2025-03-31 17:24:46
合計ジャッジ時間 5,701 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 2
other WA * 26
権限があれば一括ダウンロードができます

ソースコード

diff #

n, _ = map(int, input().split())
print(n)
0