QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#319972#8209. Curly Palindromesucup-team1400#Compile Error//C++147.8kb2024-02-03 12:57:392024-02-03 12:57:40

Details

answer.code: In function ‘int query(int, int)’:
answer.code:55:21: error: ‘gcd’ was not declared in this scope
   55 |                 G = gcd(perm[u], perm[v]);
      |                     ^~~