QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#251807#7689. Flipping Cardsucup-team226#Compile Error//C++201.8kb2023-11-15 09:38:222023-11-15 09:38:22

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