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_23634588_18105.cpp:32:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_23634588_18105.cpp:33:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_23634588_18105.cpp:34:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_23634588_18105.cpp:36:12: error: '__int64' does not name a type
 #define LL __int64
            ^
0_0_23634588_18105.cpp:40:1: note: in expansion of macro 'LL'
 LL fac[N],ny[N];
 ^
0_0_23634588_18105.cpp:36:12: error: '__int64' does not name a type
 #define LL __int64
            ^
0_0_23634588_18105.cpp:41:1: note: in expansion of macro 'LL'
 LL C(LL a,LL b){
 ^
0_0_23634588_18105.cpp: In function 'void predo()':
0_0_23634588_18105.cpp:50:2: error: 'fac' was not declared in this scope
  fac[0]=1;
  ^
0_0_23634588_18105.cpp:51:2: error: 'ny' was not declared in this scope
  ny[0]=inv(fac[0],MOD);
  ^
0_0_23634588_18105.cpp:51:22: error: 'inv' was not declared in this scope
  ny[0]=inv(fac[0],MOD);
                      ^
0_0_23634588_18105.cpp:52:14: error: expected ';' at end of input
  for(int i=1;i
              ^
0_0_23634588_18105.cpp:52:14: error: expected primary-expression at end of input
0_0_23634588_18105.cpp:52:14: error: expected ')' at end of input
0_0_23634588_18105.cpp:52:14: error: expected statement at end of input
0_0_23634588_18105.cpp:52: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-23 13:38:14, Gzip enabled