/ Vijos /

记录详情

Compile Error

/in/foo.c:5:24: error: expected ';', ',' or ')' before '&' token
 ll exgcd(ll a, ll b, ll& x, ll& y) {
                        ^
/in/foo.c: In function 'main':
/in/foo.c:15:9: warning: implicit declaration of function 'exgcd' [-Wimplicit-function-declaration]
     g = exgcd(a, l, x, y);
         ^~~~~
/in/foo.c:16:9: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
     e = abs(l / g);
         ^~~

信息

递交者
类型
递交
题目
P1009 清帝之惑之康熙
语言
C
递交时间
2020-12-17 00:02:55
评测时间
2020-12-17 00:02:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes