/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:9: error: '__int64' does not name a type
 typedef __int64 ll;
         ^~~~~~~
/in/foo.cc:4:1: error: 'll' does not name a type
 ll x,y,n,m,l;
 ^~
/in/foo.cc:5:1: error: 'll' does not name a type
 ll gcd(ll a,ll b)
 ^~
/in/foo.cc:9:12: error: variable or field 'exgcd' declared void
 void exgcd(ll a,ll b,ll &xx,ll &yy)
            ^~
/in/foo.cc:9:12: error: 'll' was not declared in this scope
/in/foo.cc:9:17: error: 'll' was not declared in this scope
 void exgcd(ll a,ll b,ll &xx,ll &yy)
                 ^~
/in/foo.cc:9:22: error: 'll' was not declared in this scope
 void exgcd(ll a,ll b,ll &xx,ll &yy)
                      ^~
/in/foo.cc:9:26: error: 'xx' was not declared in this scope
 void exgcd(ll a,ll b,ll &xx,ll &yy)
                          ^~
/in/foo.cc:9:29: error: 'll' was not declared in this scope
 void exgcd(ll a,ll b,ll &xx,ll &yy)
                             ^~
/in/foo.cc:9:33: error: 'yy' was not declared in this scope
 void exgcd(ll a,ll b,ll &xx,ll &yy)
                                 ^~

信息

递交者
类型
递交
题目
P1009 清帝之惑之康熙
语言
C++
递交时间
2020-11-24 21:03:24
评测时间
2020-11-24 21:03:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes