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_36083766_17898.cpp: In function 'int main()':
0_0_36083766_17898.cpp:59:15: error: 'scanf' was not declared in this scope
  scanf("%d",&m);
               ^
0_0_36083766_17898.cpp:64:25: error: 'memset' was not declared in this scope
   memset(f,inf,sizeof(f));
                         ^
0_0_36083766_17898.cpp:76:17: error: 'struct node' has no member named 'ac'
    f[i][i]=a[i].ac+a[i-1].bc+a[i+1].bc;
                 ^
0_0_36083766_17898.cpp:76:27: error: 'struct node' has no member named 'bc'
    f[i][i]=a[i].ac+a[i-1].bc+a[i+1].bc;
                           ^
0_0_36083766_17898.cpp:76:37: error: 'struct node' has no member named 'bc'
    f[i][i]=a[i].ac+a[i-1].bc+a[i+1].bc;
                                     ^
0_0_36083766_17898.cpp:86:73: error: 'min' was not declared in this scope
      f[i][j]=min(f[i][j],f[i][k-1]+f[k+1][j]+a[i-1].bd+a[j+1].bd+a[k].zd);
                                                                         ^
0_0_36083766_17898.cpp:90:38: error: 'printf' was not declared in this scope
   printf("Case #%d: %d\n",++k,f[1][n]);
                                      ^


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-06-29 11:27:17, Gzip enabled