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_25246343_14982.cpp: In function 'int main()':
0_0_25246343_14982.cpp:53:28: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
                 if(b[i][j]>max)
                            ^
0_0_25246343_14982.cpp:55:25: error: overloaded function with no contextual type information
                     max = b[i][j];
                         ^
0_0_25246343_14982.cpp:56:21: error: 'h' was not declared in this scope
                     h = i;
                     ^
0_0_25246343_14982.cpp:57:21: error: 'l' was not declared in this scope
                     l = j;
                     ^
0_0_25246343_14982.cpp:61:11: error: 'h' was not declared in this scope
   cout << h << ends << l << ends << max << endl;
           ^
0_0_25246343_14982.cpp:61:24: error: 'l' was not declared in this scope
   cout << h << ends << l << ends << max << endl;
                        ^
0_0_25246343_14982.cpp: At global scope:
0_0_25246343_14982.cpp:63:2: error: expected unqualified-id before 'return'
  return 0;
  ^
0_0_25246343_14982.cpp:64:1: error: expected declaration before '}' token
 }
 ^


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.015600(s) query 1, Server time : 2024-12-02 10:45:19, Gzip enabled