F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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);
                                                       ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-16 20:33:22, Gzip enabled