We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://twitter.com/magrofly/status/1432932410321031172
@magurofly ありがとう
せめて TLE してほしい
WA するのはだめだろ
The text was updated successfully, but these errors were encountered:
これたすかる https://gist.github.com/magurofly/3ba197d58b9f95c6e804890095212e75
Sorry, something went wrong.
C++ に詳しくないので知らなかったんですが、std::accumulate の返り値は第 3 引数 __init の方に一致するらしく、(int64_t)0 にしてあげたら AC になりました https://atcoder.jp/contests/abc186/submissions/25499595
std::accumulate
__init
(int64_t)0
天才。私は式変形を疑ってばかりいました。
C++ のその仕様は知っていて accumulate を変換する時点ではちゃんと
https://github.com/kmyk/Jikka/blob/838de021c53dba2d7aadf30e411ea380a2868f65/src/Jikka/CPlusPlus/Convert/FromCore.hs#L367-L370
としてるのに、内部の構文木をコードに落とすところで余計なことをしていました:
https://github.com/kmyk/Jikka/blob/838de021c53dba2d7aadf30e411ea380a2868f65/src/Jikka/CPlusPlus/Format.hs#L199-L201
よければついでにプルリクもお願いしたい。せっかくデバッグ部分をやってもらったので
No branches or pull requests
Summary / 概要
https://twitter.com/magrofly/status/1432932410321031172
@magurofly ありがとう
Steps to reproduce / 再現方法
Expected behavior / 期待される挙動
せめて TLE してほしい
Actual behavior / 実際の挙動
WA するのはだめだろ
The text was updated successfully, but these errors were encountered: