結果
問題 |
No.5011 Better Mo's Algorithm is Needed!! (Weighted)
|
ユーザー |
![]() |
提出日時 | 2022-12-17 01:56:43 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 399 ms / 5,000 ms |
コード長 | 189 bytes |
コンパイル時間 | 792 ms |
実行使用メモリ | 45,620 KB |
スコア | 128,843,782 |
最終ジャッジ日時 | 2022-12-17 01:58:32 |
合計ジャッジ時間 | 77,808 ms |
ジャッジサーバーID (参考情報) |
judge15 / judge16 |
純コード判定しない問題か言語 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 120 |
ソースコード
import sys input = sys.stdin.readline N,Q,WT,ST=map(int,input().split()) W=list(map(int,input().split())) LR=[tuple(map(int,input().split())) for i in range(Q)] print(*list(range(1,Q+1)))