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_38677690_9091.cpp: In function 'long long int ksm(long long int, long long int)':
0_0_38677690_9091.cpp:7:57: error: 'mod' was not declared in this scope; did you mean 'modf'?
    7 | long long ksm(long long b,long long p){long long r=1;b%=mod;while(p){if(p&1)r=(r*b)%mod;p>>=1;b=(b*b)%mod;}return r;}
      |                                                         ^~~
      |                                                         modf
0_0_38677690_9091.cpp: In function 'void init(int)':
0_0_38677690_9091.cpp:14:35: error: 'mod' was not declared in this scope; did you mean 'modf'?
   14 |                 fac[i]=fac[i-1]*i%mod;
      |                                   ^~~
      |                                   modf
0_0_38677690_9091.cpp:16:27: error: 'mod' was not declared in this scope; did you mean 'modf'?
   16 |         inv[n]=ksm(fac[n],mod-2);
      |                           ^~~
      |                           modf
0_0_38677690_9091.cpp: In function 'long long int C(int, int)':
0_0_38677690_9091.cpp:25:30: error: 'mod' was not declared in this scope; did you mean 'modf'?
   25 |         return fac[n]*inv[m]%mod*inv[n-m]%mod;
      |                              ^~~
      |                              modf
0_0_38677690_9091.cpp: In function 'void solve()':
0_0_38677690_9091.cpp:48:64: error: 'mod' was not declared in this scope; did you mean 'modf'?
   48 |                         ans=(ans+C(t,4)*((C(t1-4,2)+C(t2-4,2))%mod))%mod;
      |                                                                ^~~
      |                                                                modf


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-01-12 03:44:23, Gzip enabled