QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#654756 | #7944. Max Minus Min | MaMengQi | Compile Error | / | / | C++23 | 1.2kb | 2024-10-18 22:02:27 | 2024-10-18 22:02:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void tcase()’: answer.code:57:20: error: no match for call to ‘(tcase()::<lambda(ll)>) ()’ 57 | cout << ok1() << '\n'; | ~~~^~ answer.code:32:20: note: candidate: ‘tcase()::<lambda(ll)>’ 32 | auto ok1 = [&](ll x)->ll{ | ^ answer.code:32:20: note: candidate expects 1 argument, 0 provided