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_33167463_2091.cpp:1:8: error: 'matrix' was not declared in this scope
  int m=matrix.size();
        ^
0_0_33167463_2091.cpp:2:9: error: expected unqualified-id before 'if'
         if(m==0)return 0;
         ^
0_0_33167463_2091.cpp:3:15: error: 'matrix' was not declared in this scope
         int n=matrix[0].size();
               ^
0_0_33167463_2091.cpp:4:9: error: 'vector' does not name a type
         vector<int> dp(n,0);
         ^
0_0_33167463_2091.cpp:7:9: error: 'dp' does not name a type
         dp[0]=matrix[0][0]-'0';
         ^
0_0_33167463_2091.cpp:8:9: error: expected unqualified-id before 'for'
         for(int i=0;i<m;i++){
         ^
0_0_33167463_2091.cpp:8:21: error: 'i' does not name a type
         for(int i=0;i<m;i++){
                     ^
0_0_33167463_2091.cpp:8:25: error: 'i' does not name a type
         for(int i=0;i<m;i++){
                         ^
0_0_33167463_2091.cpp:20:9: error: expected unqualified-id before 'return'
         return maxEdge*maxEdge;
         ^


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 11:31:16, Gzip enabled