Home STD Contest Notification Clarification Problems Ranklist Status Print Sign Out

View Compilation Error

1_734_3194_4698.cpp:2:1: error: 'LL' does not name a type
 LL ans;
 ^
1_734_3194_4698.cpp: In function 'void init()':
1_734_3194_4698.cpp:6:9: error: 'p' was not declared in this scope
  memset(p,0,sizeof p);
         ^
1_734_3194_4698.cpp:6:21: error: 'memset' was not declared in this scope
  memset(p,0,sizeof p);
                     ^
1_734_3194_4698.cpp:7:4: error: 'i' was not declared in this scope
  F(i,1,10)
    ^
1_734_3194_4698.cpp:7:10: error: 'F' was not declared in this scope
  F(i,1,10)
          ^
1_734_3194_4698.cpp:12:2: error: 'fac' was not declared in this scope
  fac[0] = 0;
  ^
1_734_3194_4698.cpp: At global scope:
1_734_3194_4698.cpp:16:30: error: 'LL' has not been declared
 void dfs(int n,int k,int a[],LL y)
                              ^
1_734_3194_4698.cpp: In function 'void dfs(int, int, int*, int)':
1_734_3194_4698.cpp:21:21: error: 'len' was not declared in this scope
   if(y <= 0 || len(y) != st) return;
                     ^
1_734_3194_4698.cpp:21:26: error: 'st' was not declared in this scope
   if(y <= 0 || len(y) != st) return;
                          ^
1_734_3194_4698.cpp:22:10: error: 'cnt' was not declared in this scope
   memset(cnt,0,sizeof cnt);
          ^
1_734_3194_4698.cpp:22:26: error: 'memset' was not declared in this scope
   memset(cnt,0,sizeof cnt);
                          ^
1_734_3194_4698.cpp:23:3: error: 'LL' was not declared in this scope
   LL t = y;
   ^
1_734_3194_4698.cpp:24:9: error: 't' was not declared in this scope
   while(t)
         ^
1_734_3194_4698.cpp:30:5: error: 'i' was not declared in this scope
   F(i,0,9) if(cnt[i] != a[i]) flag = 0;
     ^
1_734_3194_4698.cpp:30:10: error: 'F' was not declared in this scope
   F(i,0,9) if(cnt[i] != a[i]) flag = 0;
          ^
1_734_3194_4698.cpp:31:3: error: 'ans' was not declared in this scope
   ans += flag;
   ^
1_734_3194_4698.cpp:35:4: error: 'i' was not declared in this scope
  F(i,0,n)
    ^
1_734_3194_4698.cpp:35:9: error: 'F' was not declared in this scope
  F(i,0,n)
         ^
1_734_3194_4698.cpp: In function 'void solve(int)':
1_734_3194_4698.cpp:46:2: error: 'st' was not declared in this scope
  st = n;
  ^
1_734_3194_4698.cpp:47:9: error: 'a' was not declared in this scope
  memset(a,0,sizeof a);
         ^
1_734_3194_4698.cpp:47:21: error: 'memset' was not declared in this scope
  memset(a,0,sizeof a);
                     ^
1_734_3194_4698.cpp:48:13: error: 'x' was not declared in this scope
  dfs(n,0,a,-x);
             ^
1_734_3194_4698.cpp: In function 'int main()':
1_734_3194_4698.cpp:56:15: error: 'scanf' was not declared in this scope
  scanf("%d",&T);
               ^
1_734_3194_4698.cpp:57:4: error: 'z' was not declared in this scope
  F(z,1,T)
    ^
1_734_3194_4698.cpp:57:9: error: 'F' was not declared in this scope
  F(z,1,T)
         ^


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-15 10:38:50, Gzip enabled