/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:1: error: '__int64' does not name a type
 __int64 x,y,n,m,l;
 ^~~~~~~
/in/foo.cc:4:1: error: '__int64' does not name a type
 __int64 gcd(__int64 a,__int64 b)
 ^~~~~~~
/in/foo.cc:8:12: error: variable or field 'exgcd' declared void
 void exgcd(__int64 a,__int64 b,__int64 &xx,__int64 &yy)
            ^~~~~~~
/in/foo.cc:8:12: error: '__int64' was not declared in this scope
/in/foo.cc:8:22: error: '__int64' was not declared in this scope
 void exgcd(__int64 a,__int64 b,__int64 &xx,__int64 &yy)
                      ^~~~~~~
/in/foo.cc:8:32: error: '__int64' was not declared in this scope
 void exgcd(__int64 a,__int64 b,__int64 &xx,__int64 &yy)
                                ^~~~~~~
/in/foo.cc:8:41: error: 'xx' was not declared in this scope
 void exgcd(__int64 a,__int64 b,__int64 &xx,__int64 &yy)
                                         ^~
/in/foo.cc:8:44: error: '__int64' was not declared in this scope
 void exgcd(__int64 a,__int64 b,__int64 &xx,__int64 &yy)
                                            ^~~~~~~
/in/foo.cc:8:53: error: 'yy' was not declared in this scope
 void exgcd(__int64 a,__int64 b,__int64 &xx,__int64 &yy)
                                                     ^~

信息

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