QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#745204#9738. Make It Divisibleucup-team3770Compile Error//C++173.0kb2024-11-14 08:15:542024-11-14 08:15:55

详细

answer.code: In function ‘void solve()’:
answer.code:53:38: error: ‘abc’ was not declared in this scope; did you mean ‘abs’?
   53 |                         g = __gcd(g, abc(b[i] - b[i - 1]));
      |                                      ^~~
      |                                      abs