QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#666715#5542. Doubled GCDGuanYunchangCompile Error//C++981.3kb2024-10-22 19:42:272024-10-22 19:42:37

Details

answer.code: In function ‘int main()’:
answer.code:30:49: error: ‘>>’ should be ‘> >’ within a nested template argument list
   30 |     priority_queue<int, vector<int>, greater<int>> pq;
      |                                                 ^~
      |                                                 > >