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_16156781_5683.cpp:5:1: error: 'LL' does not name a type
 LL euler_phi(int n){
 ^
0_0_16156781_5683.cpp: In function 'int main()':
0_0_16156781_5683.cpp:25:23: error: 'sqrt' was not declared in this scope
    double s = sqrt( n );
                       ^
0_0_16156781_5683.cpp:28:41: error: 'euler_phi' was not declared in this scope
      if( i!=n/i ) ans = (ans+euler_phi(i)*euler_phi(n/i)*2)%mod;
                                         ^
0_0_16156781_5683.cpp:29:34: error: 'euler_ph' was not declared in this scope
      else ans = (ans+p(euler_ph(i)))%mod;
                                  ^


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-11-18 22:39:01, Gzip enabled