记录详情

Compile Error

/in/foo.cc:4:14: error: expected ')' before ';' token
 int gcd(int a;int b)
              ^
/in/foo.cc:4:20: error: expected initializer before ')' token
 int gcd(int a;int b)
                    ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:16:24: error: too many arguments to function 'int gcd(int)'
    if(t%i==0&&gcd(i,t%i)==1)
                        ^
/in/foo.cc:4:5: note: declared here
 int gcd(int a;int b)
     ^~~

信息

递交者
类型
递交
题目
P1166 最小公倍数和最大公约数问题
语言
C++
递交时间
2021-01-25 18:33:29
评测时间
2021-01-25 18:33:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes