-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
問題追加 polynomial_root_finding #1084
Conversation
|
||
@{lang.ja} | ||
次数 $N$ の多項式 $f(x) \in \mathbb{F}_{998244353}[x]$ が与えられます. | ||
$f(a)=0$ を満たす $a\in \mathbb{F}_{998244353}$ をすべて求めてください. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます。
ここの問題というよりは、ここと現状の出力パートを合わせた話ですよね。
なんか解が一意の方が分かりやすいかなと思って無理に順序を入れて書き方に悩んでいたんですが、
そもそも順不同で特殊ジャッジにする方が設定も自然だと思いなおしたので、そうしようと思います。
というわけでいくつか変更しました。
|
review ありがとうございます 何かをコピーしてきたときのファイルで使っていないものがあったので削除しました |
#924
つくりました
correct.cpp:定数倍はほとんど気にしていない雑実装ですが、一応計算量オーダーは適切なはず。
正しさについては、correct.cpp 内の test_1, test_2 は確認済なので、大丈夫かなと思っています。
制約:$4000$ としてみました、1.5sec 前後。乱択要素があるからか、 $1$ 次式 $N$ 個の積のランダムケースでも、実行時間が1 ~ 1.5secなどとぶれます。