QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#514687 | #9178. All-You-Can-Eat | ucup-team4347# | Compile Error | / | / | C++23 | 3.9kb | 2024-08-11 06:35:46 | 2024-08-11 06:35:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:21:39: error: invalid operands of types ‘std::mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>::result_type’ {aka ‘long unsigned int’} and ‘double’ to binary ‘operator%’ 21 | const ll MOD = LLONG_MAX / 3 - (rng() % 1e9); | ~~~~~ ^ ~~~ | | | | | double | std::mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>::result_type {aka long unsigned int}