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_17516481_16279.cpp:2:7: error: 'N' does not name a type
 const N=1000+10;
       ^
0_0_17516481_16279.cpp:3:7: error: 'N' was not declared in this scope
 int m[N][N], cost[N];
       ^
0_0_17516481_16279.cpp:3:10: error: 'N' was not declared in this scope
 int m[N][N], cost[N];
          ^
0_0_17516481_16279.cpp:3:19: error: 'N' was not declared in this scope
 int m[N][N], cost[N];
                   ^
0_0_17516481_16279.cpp: In function 'int main()':
0_0_17516481_16279.cpp:16:17: error: 'm' was not declared in this scope
     scanf("%d",&m[i][j]);
                 ^
0_0_17516481_16279.cpp:18:3: error: 'cost' was not declared in this scope
   cost[0]=0;
   ^
0_0_17516481_16279.cpp:21:14: error: 'm' was not declared in this scope
    cost[i]=c+m[1][i];
              ^


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-09-28 04:15:03, Gzip enabled