QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#796970#9799. Magical Paletteucup-team1247#Compile Error//C++14546b2024-12-02 13:09:512024-12-02 13:09:55

詳細信息

answer.code: In function ‘int main()’:
answer.code:10:18: error: ‘gcd’ is not a member of ‘std’
   10 |         if (std::gcd(n, m) == 1)
      |                  ^~~