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_25514045_12426.cpp:28:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_25514045_12426.cpp:29:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_25514045_12426.cpp:30:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_25514045_12426.cpp:32:12: error: '__int64' does not name a type
 #define LL __int64
            ^
0_0_25514045_12426.cpp:36:1: note: in expansion of macro 'LL'
 LL fac[N],ny[N];
 ^
0_0_25514045_12426.cpp:32:12: error: '__int64' does not name a type
 #define LL __int64
            ^
0_0_25514045_12426.cpp:37:1: note: in expansion of macro 'LL'
 LL C(LL a,LL b){
 ^
0_0_25514045_12426.cpp: In function 'void predo()':
0_0_25514045_12426.cpp:46:2: error: 'fac' was not declared in this scope
  fac[0]=1;
  ^
0_0_25514045_12426.cpp:47:2: error: 'ny' was not declared in this scope
  ny[0]=inv(fac[0],MOD);
  ^
0_0_25514045_12426.cpp:47:22: error: 'inv' was not declared in this scope
  ny[0]=inv(fac[0],MOD);
                      ^
0_0_25514045_12426.cpp:48:14: error: expected ';' at end of input
  for(int i=1;i
              ^
0_0_25514045_12426.cpp:48:14: error: expected primary-expression at end of input
0_0_25514045_12426.cpp:48:14: error: expected ')' at end of input
0_0_25514045_12426.cpp:48:14: error: expected statement at end of input
0_0_25514045_12426.cpp:48:14: error: expected '}' at end of input


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-17 04:53:23, Gzip enabled