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_21727042_32718.cpp: In function 'int main()':
0_0_21727042_32718.cpp:85:21: error: expected primary-expression before 'if'
                     if(po[j].first>=po[i].first || po[j].second>=po[i].second|| (2*(po[i].first-po[j].first)-(po[i].second-po[j].second))%3 || (2*(po[i].second-po[j].second)-(po[i].first-po[j].first))%3){
                     ^
0_0_21727042_32718.cpp:88:21: error: 'else' without a previous 'if'
                     else dp[i] = (dp[i]-dp[j]*lucas(x2+y2, x2)) % p;
                     ^


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-07-08 08:57:12, Gzip enabled