QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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;} | ^~~~~