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_20973667_24624.cpp: In function 'void init()':
0_0_20973667_24624.cpp:8:24: error: 'memset' was not declared in this scope
  memset(mp,0,sizeof(mp));
                        ^
0_0_20973667_24624.cpp: In function 'bool input()':
0_0_20973667_24624.cpp:13:8: error: 'cin' was not declared in this scope
  while(cin>>n,n) {
        ^
0_0_20973667_24624.cpp:16:25: error: 'scanf' was not declared in this scope
     scanf("%d",&mp[i][j]);
                         ^
0_0_20973667_24624.cpp: In function 'void cal()':
0_0_20973667_24624.cpp:30:46: error: 'max' was not declared in this scope
     dp[i] = max(dp[i],dp[i^(1<<j)] + mp[k][j]);
                                              ^
0_0_20973667_24624.cpp:33:22: error: 'max' was not declared in this scope
   ans = max(ans,dp[i]);
                      ^
0_0_20973667_24624.cpp:35:2: error: 'cout' was not declared in this scope
  cout<<ans<<endl;
  ^
0_0_20973667_24624.cpp:35:13: error: 'endl' was not declared in this scope
  cout<<ans<<endl;
             ^


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-22 21:50:49, Gzip enabled