0_0_17814046_7989.cpp:41:5: error: stray '\241' in program
int p, e, i, dĄŁ T;
^
0_0_17814046_7989.cpp:41:5: error: stray '\243' in program
0_0_17814046_7989.cpp: In function 'int CRT(int*, int*, int)':
0_0_17814046_7989.cpp:31:31: error: invalid initialization of reference of type 'LL& {aka long long int&}' from expression of type 'int'
ext_gcd(Mi, m[i], x, y);
^
0_0_17814046_7989.cpp:4:6: note: in passing argument 3 of 'void ext_gcd(LL, LL, LL&, LL&)'
void ext_gcd(LL a, LL b, LL &x, LL &y)
^
0_0_17814046_7989.cpp: In function 'int main()':
0_0_17814046_7989.cpp:41:22: error: expected initializer before 'T'
int p, e, i, dĄŁ T;
^
0_0_17814046_7989.cpp:43:17: error: 'T' was not declared in this scope
scanf("%d",&T);
^
0_0_17814046_7989.cpp:45:40: error: 'd' was not declared in this scope
scanf("%d%d%d%d", &p, &e, &i, &d);
^
0_0_17814046_7989.cpp:47:13: error: break statement not within loop or switch
break;
^
|