結果

問題 No.3016 ハチマキおじさん
ユーザー Sinonen
提出日時 2025-01-25 13:49:44
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 81 bytes
コンパイル時間 1,418 ms
コンパイル使用メモリ 81,152 KB
実行使用メモリ 108,216 KB
最終ジャッジ日時 2025-01-25 23:00:32
合計ジャッジ時間 5,530 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 31
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())
A=list(map(int,input().split()))
B=list(map(int,input().split()))
0