QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#250169#7688. Alea Iacta Estucup-team1565Compile Error//C++143.7kb2023-11-12 22:22:132023-11-12 22:22:14

詳細信息

answer.code: In function ‘void solve()’:
answer.code:130:13: error: ‘gcd’ was not declared in this scope
  130 |         e = gcd(a, n);
      |             ^~~