QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#322382 | #4770. Binomial coefficients | lmq26052003 | Compile Error | / | / | C++20 | 1.7kb | 2024-02-06 22:52:24 | 2024-02-06 22:52:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:35:30: error: inconsistent types ‘long int’ and ‘long long int’ deduced for lambda return type 35 | if(n != 2) return -1 * 1LL; | ~~~^~~~~