QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#251807#7689. Flipping Cardsucup-team226#Compile Error//C++201.8kb2023-11-15 09:38:222023-11-15 09:38:22

詳細信息

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;}
      | ^~~~~