/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:46: error: 'gcd' was not declared in this scope
 if(__gcd( a[i], t1) == 1 && gcd(t3 / a[i], t2) == 1)
                                              ^
/in/foo.cc:26:21: error: 'gcd' was not declared in this scope
 if(gcd(t3 / a[i], t1) == 1 && __gcd( a[i], t2) == 1)
                     ^

信息

递交者
类型
递交
题目
P1753 HankSon的趣味题
语言
C++
递交时间
2017-11-07 21:25:24
评测时间
2017-11-07 21:25:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes