QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#579036 | #9242. An Easy Geometry Problem | ucup-team4347 | Compile Error | / | / | C++20 | 5.7kb | 2024-09-21 05:51:40 | 2024-09-21 05:51:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/13/bits/stl_algo.h:65, from /usr/include/c++/13/algorithm:61, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:51, from answer.code:4: /usr/include/c++/13/bits/uniform_int_dist.h: In instantiation of ‘class std::uniform_int_distribution<__int128>’: answer.code:24:57: required from here /usr/include/c++/13/bits/uniform_int_dist.h:90:49: error: static assertion failed: template argument must be an integral type 90 | static_assert(std::is_integral<_IntType>::value, | ^~~~~ /usr/include/c++/13/bits/uniform_int_dist.h:90:49: note: ‘std::integral_constant<bool, false>::value’ evaluates to false