0_0_17674531_12243.cpp:8:1: error: expected initializer before 'LL'
LL t , x , m , k , c,mod;
^
0_0_17674531_12243.cpp:10:1: error: 'LL' does not name a type
LL work(int m,int a)
^
0_0_17674531_12243.cpp: In function 'void solve()':
0_0_17674531_12243.cpp:24:5: error: 'mod' was not declared in this scope
mod = 9 * k;
^
0_0_17674531_12243.cpp:24:15: error: 'k' was not declared in this scope
mod = 9 * k;
^
0_0_17674531_12243.cpp:25:5: error: 'LL' was not declared in this scope
LL fx = work(m ,10);
^
0_0_17674531_12243.cpp:26:9: error: 'fx' was not declared in this scope
if( fx * x % mod - x % mod== 9 * c) printf("YES\n");
^
0_0_17674531_12243.cpp:26:14: error: 'x' was not declared in this scope
if( fx * x % mod - x % mod== 9 * c) printf("YES\n");
^
0_0_17674531_12243.cpp:26:38: error: 'c' was not declared in this scope
if( fx * x % mod - x % mod== 9 * c) printf("YES\n");
^
0_0_17674531_12243.cpp: In function 'int main()':
0_0_17674531_12243.cpp:31:20: error: 't' was not declared in this scope
scanf("%I64d",&t);
^
0_0_17674531_12243.cpp:33:40: error: 'x' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d", &x , &m , &k , &c);
^
0_0_17674531_12243.cpp:33:45: error: 'm' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d", &x , &m , &k , &c);
^
0_0_17674531_12243.cpp:33:50: error: 'k' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d", &x , &m , &k , &c);
^
0_0_17674531_12243.cpp:33:55: error: 'c' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d", &x , &m , &k , &c);
^
|