QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#161281#7112. XOR Cliqueucup-team907#Compile Error//C++17506b2023-09-02 23:15:422023-09-02 23:15:42

Details

answer.code: In function ‘void solve()’:
answer.code:27:18: error: ‘max_element’ was not declared in this scope
   27 |         cout << *max_element(pow_cnt.begin(), pow_cnt.end()) << '\n';
      |                  ^~~~~~~~~~~