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_32853894_2735.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_32853894_2735.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_32853894_2735.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_32853894_2735.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_32853894_2735.cpp:11:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_32853894_2735.cpp: In function 'int main(int, char**)':
0_0_32853894_2735.cpp:18:30: error: 'scanf' was not declared in this scope
     while(scanf("%d %d",&r,&c) != EOF) {
                              ^
0_0_32853894_2735.cpp:18:35: error: 'EOF' was not declared in this scope
     while(scanf("%d %d",&r,&c) != EOF) {
                                   ^
0_0_32853894_2735.cpp:19:31: error: 'memset' was not declared in this scope
         memset(dp,0,sizeof dp );
                               ^
0_0_32853894_2735.cpp:26:41: error: 'fabs' was not declared in this scope
                 if(fabs(1 - map[i][j][0]) < 1e-7) continue;
                                         ^
0_0_32853894_2735.cpp:29:34: error: 'printf' was not declared in this scope
         printf("%.3lf\n",dp[1][1]);
                                  ^


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-05-06 04:26:19, Gzip enabled