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_15886073_27799.cpp:19:17: error: expected ')' before 'a'
 int cross(round a,round b)
                 ^
0_0_15886073_27799.cpp:19:25: error: expected ')' before 'b'
 int cross(round a,round b)
                         ^
0_0_15886073_27799.cpp:19:26: error: expression list treated as compound expression in initializer [-fpermissive]
 int cross(round a,round b)
                          ^
0_0_15886073_27799.cpp:19:26: error: left operand of comma operator cannot resolve address of overloaded function
0_0_15886073_27799.cpp:19:26: error: no context to resolve type of 'std::round'
0_0_15886073_27799.cpp:20:1: error: expected ',' or ';' before '{' token
 {
 ^
0_0_15886073_27799.cpp:29:19: error: expected ')' before 'a'
 bool check1(round a)
                   ^
0_0_15886073_27799.cpp:29:20: error: cannot resolve overloaded function 'round' based on conversion to type 'bool'
 bool check1(round a)
                    ^
0_0_15886073_27799.cpp:30:1: error: expected ',' or ';' before '{' token
 {
 ^
0_0_15886073_27799.cpp:33:19: error: expected ')' before 'a'
 bool check2(round a)
                   ^
0_0_15886073_27799.cpp:33:20: error: cannot resolve overloaded function 'round' based on conversion to type 'bool'
 bool check2(round a)
                    ^
0_0_15886073_27799.cpp:34:1: error: expected ',' or ';' before '{' token
 {
 ^
0_0_15886073_27799.cpp: In function 'int main()':
0_0_15886073_27799.cpp:48:34: error: 'check1' cannot be used as a function
         bool flag1=check1(wall[i]),flag2=check2(wall[i]);
                                  ^
0_0_15886073_27799.cpp:49:20: error: 'flag2' was not declared in this scope
         if(!flag1&&flag2)
                    ^
0_0_15886073_27799.cpp:64:55: error: 'cross' cannot be used as a function
             if(mark[i]==mark[j]&&cross(wall[i],wall[j])==2)
                                                       ^
0_0_15886073_27799.cpp:74:55: error: 'cross' cannot be used as a function
             if(mark[i]!=mark[j]&&cross(wall[i],wall[j])==1)
                                                       ^


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-30 14:02:42, Gzip enabled