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_24145827_27499.cpp: In function 'int main()':
0_0_24145827_27499.cpp:5:11: error: 'p' was not declared in this scope
 for(int i=p;i<=17;i++)
           ^
0_0_24145827_27499.cpp:7:9: error: 'll' was not declared in this scope
         ll t=num*prime[i];
         ^
0_0_24145827_27499.cpp:8:9: error: 'ans' was not declared in this scope
         ans+=flag*(ll)pow(n,1.0/t);
         ^
0_0_24145827_27499.cpp:8:14: error: 'flag' was not declared in this scope
         ans+=flag*(ll)pow(n,1.0/t);
              ^
0_0_24145827_27499.cpp:9:12: error: 't' was not declared in this scope
         if(t>=60) return;
            ^
0_0_24145827_27499.cpp:9:19: error: return-statement with no value, in function returning 'int' [-fpermissive]
         if(t>=60) return;
                   ^
0_0_24145827_27499.cpp:10:17: error: 't' was not declared in this scope
         dfs(i+1,t,-flag);
                 ^
0_0_24145827_27499.cpp:10:24: error: 'dfs' was not declared in this scope
         dfs(i+1,t,-flag);
                        ^


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-26 15:52:11, Gzip enabled