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_39181323_13573.cpp:5:21: error: expected ']' before ',' token
    5 | ll t,n,m,k,gt[maxN+1, rgt[maxN + 1];
      |                     ^
      |                     ]
0_0_39181323_13573.cpp: In function 'long long int binpow(long long int, long long int)':
0_0_39181323_13573.cpp:15:31: error: expected ';' before ':' token
   15 |         return res * res % MOD:
      |                               ^
      |                               ;
0_0_39181323_13573.cpp:15:31: error: expected primary-expression before ':' token
0_0_39181323_13573.cpp: In function 'long long int comb(long long int, long long int)':
0_0_39181323_13573.cpp:25:12: error: 'gt' was not declared in this scope; did you mean 't'?
   25 |     return gt[a] * rgt[b] % MOD * rgt[a - b] % MOD;
      |            ^~
      |            t
0_0_39181323_13573.cpp: In function 'int main()':
0_0_39181323_13573.cpp:32:5: error: 'gt' was not declared in this scope; did you mean 't'?
   32 |     gt[0]=1;
      |     ^~
      |     t


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-24 03:36:35, Gzip enabled