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_32882398_25760.cpp:6:1: error: '_int128' does not name a type
 _int128 fac[25],F[21][maxs],ans[25];
 ^
0_0_32882398_25760.cpp:18:13: error: variable or field 'putout' declared void
 void putout(_int128 x)
             ^
0_0_32882398_25760.cpp:18:13: error: '_int128' was not declared in this scope
0_0_32882398_25760.cpp: In function 'int main()':
0_0_32882398_25760.cpp:25:2: error: 'fac' was not declared in this scope
  fac[0]=1;
  ^
0_0_32882398_25760.cpp:41:30: error: 'F' was not declared in this scope
     for(int j=0;j<sk[m];++j) F[i][j]=0;
                              ^
0_0_32882398_25760.cpp:42:3: error: 'F' was not declared in this scope
   F[0][0]=1;
   ^
0_0_32882398_25760.cpp:56:28: error: 'ans' was not declared in this scope
   for(int i=1;i<=cntk;++i) ans[i]=0;
                            ^
0_0_32882398_25760.cpp:68:4: error: 'ans' was not declared in this scope
    ans[s]+=F[n][i];
    ^
0_0_32882398_25760.cpp:72:11: error: 'ans' was not declared in this scope
    putout(ans[i]*fac[i]);
           ^
0_0_32882398_25760.cpp:72:24: error: 'putout' was not declared in this scope
    putout(ans[i]*fac[i]);
                        ^


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-07-02 21:54:53, Gzip enabled