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_13812591_27796.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:11:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:12:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13812591_27796.cpp:17:26: error: 'acos' was not declared in this scope
 const double pi=acos(-1.0);
                          ^
0_0_13812591_27796.cpp: In function 'void init()':
0_0_13812591_27796.cpp:29:9: error: expected ';' before 'f'
         f[i]=(i-1)*(f[i-1]+f[i-2]);
         ^
0_0_13812591_27796.cpp:29:35: error: expected ')' before ';' token
         f[i]=(i-1)*(f[i-1]+f[i-2]);
                                   ^
0_0_13812591_27796.cpp:31:13: error: expected ';' before 'for'
             for(int j=0;j
             ^
0_0_13812591_27796.cpp:31:13: error: expected primary-expression before 'for'
0_0_13812591_27796.cpp:31:13: error: expected ')' before 'for'
0_0_13812591_27796.cpp:32:9: error: expected ';' before 'C'
         C[i][j]=j?C[i-1][j-1]+C[i-1][j]:1;
         ^
0_0_13812591_27796.cpp:32:42: error: expected ')' before ';' token
         C[i][j]=j?C[i-1][j-1]+C[i-1][j]:1;
                                          ^
0_0_13812591_27796.cpp: In function 'int main()':
0_0_13812591_27796.cpp:38:9: error: 'cint' was not declared in this scope
   int t;cint;
         ^
0_0_13812591_27796.cpp:41:33: error: 'scanf' was not declared in this scope
       int n,m;scanf("%d%d",&n,&m);
                                 ^
0_0_13812591_27796.cpp:42:7: error: 'cout' was not declared in this scope
       cout
       ^


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-12-02 12:11:48, Gzip enabled