/ XMU_ACM /

记录详情

Compile Error

/in/foo.c:6:27: error: expected ';', ',' or ')' before '&' token
 int exgcd(int a,int b,int &x,int &y)
                           ^
/in/foo.c: In function 'main':
/in/foo.c:28:11: warning: implicit declaration of function 'exgcd' [-Wimplicit-function-declaration]
         d=exgcd(a,b,x,y);
           ^~~~~

信息

递交者
类型
自测
题目
Balancing Weight
语言
C
递交时间
2018-04-25 19:50:57
评测时间
2018-04-25 19:50:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes