yosupo06 / library-checker-judge

https://judge.yosupo.jp/
Apache License 2.0
41 stars 22 forks source link

C++17(ACL) code doesn't compile on library checker but works on atcoder.jp #176

Closed cai-lw closed 3 years ago

cai-lw commented 3 years ago

This submission fails to compile https://judge.yosupo.jp/submission/58508

But it compiles and works normally in custom test on atcoder.jp

The code compile on my local machine with the latest version of ACL (https://github.com/atcoder/ac-library), but if I git checkout to some older commit I saw the exact same compile error. So I think library checker is very likely using an outdated version of ACL. Please update the ACL in library checker.

yosupo06 commented 3 years ago

Updated ACL into v1.4 thanks