結果
| 問題 | No.1307 Rotate and Accumulate |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-12-04 02:34:02 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 133 bytes |
| 記録 | |
| コンパイル時間 | 445 ms |
| コンパイル使用メモリ | 20,568 KB |
| 実行使用メモリ | 52,292 KB |
| 最終ジャッジ日時 | 2026-04-04 12:45:39 |
| 合計ジャッジ時間 | 15,710 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 19 |
ソースコード
from numpy.fft import* I=lambda:input().split() I() b=[0]*len(a:=I()) for i in I():b[-int(i)]+=1 print(*map(int,ifft(fft(a)*fft(b))))