結果
問題 |
No.5010 Better Mo's Algorithm is Needed!! (Unweighted)
|
ユーザー |
![]() |
提出日時 | 2022-12-17 01:55:55 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 399 ms / 5,000 ms |
コード長 | 190 bytes |
コンパイル時間 | 752 ms |
実行使用メモリ | 45,592 KB |
スコア | 58,829,610 |
最終ジャッジ日時 | 2022-12-17 01:57:16 |
合計ジャッジ時間 | 78,789 ms |
ジャッジサーバーID (参考情報) |
judge14 / judge15 |
純コード判定しない問題か言語 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
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)))