/ Vijos /

记录详情

Compile Error

foo.cpp:4:9: error: 'll' does not name a type
 typedef ll long long;
         ^
foo.cpp:5:1: error: 'll' does not name a type
 ll exgcd(ll a,ll b,ll &x,ll &y){
 ^
foo.cpp: In function 'int main()':
foo.cpp:13:5: error: 'll' was not declared in this scope
     ll a,b,x=0,y=0;
     ^
foo.cpp:14:10: error: 'a' was not declared in this scope
     cin>>a>>b;
          ^
foo.cpp:14:13: error: 'b' was not declared in this scope
     cin>>a>>b;
             ^
foo.cpp:15:15: error: 'x' was not declared in this scope
     exgcd(a,b,x,y);
               ^
foo.cpp:15:17: error: 'y' was not declared in this scope
     exgcd(a,b,x,y);
                 ^
foo.cpp:15:18: error: 'exgcd' was not declared in this scope
     exgcd(a,b,x,y);
                  ^

信息

递交者
类型
递交
题目
P1781 同余方程
语言
C++
递交时间
2016-03-20 10:34:26
评测时间
2016-03-20 10:35:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes