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_29457301_20397.cpp: In function 'int solve(int)':
0_0_29457301_20397.cpp:32:25: error: invalid operands of types 'll {aka long long int}' and 'int(int)' to binary 'operator*'
    ans=(ans+((ll)j*phi[j]+(j==1))/2%p*i*i%p)%p;
                         ^
0_0_29457301_20397.cpp:33:34: error: invalid operands of types 'll {aka long long int}' and 'int(int)' to binary 'operator*'
    if(i!=j) ans=(ans+((ll)i*phi[i]+(i==1))/2%p*j*j%p)%p;
                                  ^
0_0_29457301_20397.cpp: In function 'int main()':
0_0_29457301_20397.cpp:44:57: error: 'mod' was not declared in this scope
         printf("Case #%d: %d\n",Case++,(ll)m*solve(p-1)%mod);
                                                         ^


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.000000(s) query 1, Server time : 2025-01-10 17:31:20, Gzip enabled