/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void gcd(ll, ll, ll&, ll&, ll&)':
foo.cpp:13:22: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
     gcd(b,a%b,d,x1,y1);
                      ^
foo.cpp:9:6: error: in passing argument 4 of 'void gcd(ll, ll, ll&, ll&, ll&)'
 void gcd(ll a,ll b,ll &d,ll &x,ll &y)
      ^
foo.cpp: In function 'int main()':
foo.cpp:47:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
         printf("%d\n",(t+b)%b);
                              ^

信息

递交者
类型
递交
题目
P1009 清帝之惑之康熙
语言
C++
递交时间
2016-08-30 15:20:08
评测时间
2016-08-30 15:20:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes