QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#810169#9799. Magical Paletteucup-team3925Compile Error//C++142.4kb2024-12-11 20:11:202024-12-11 20:11:27

详细

answer.code: In function ‘void solve(long long int)’:
answer.code:69:6: error: ‘gcd’ was not declared in this scope
   69 |   if(gcd(n, m) > 1) {
      |      ^~~