QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#251807 | #7689. Flipping Cards | ucup-team226# | Compile Error | / | / | C++20 | 1.8kb | 2023-11-15 09:38:22 | 2023-11-15 09:38:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:27:1: error: ‘tandu’ does not name a type 27 | tandu bool Max(T& x, const U& y) {return x < y? x = y, true: false;} | ^~~~~ answer.code:28:1: error: ‘tandu’ does not name a type 28 | tandu bool Min(T& x, const U& y) {return x > y? x = y, true: false;} | ^~~~~