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_31152128_3525.cpp:7:28: error: 'acos' was not declared in this scope
 const double pi = acos(-1.0);
                            ^
0_0_31152128_3525.cpp:8:9: error: 'pair' does not name a type
 typedef pair<int, int> Pii;
         ^
0_0_31152128_3525.cpp: In function 'double aaa(double)':
0_0_31152128_3525.cpp:14:32: error: 'sqrt' was not declared in this scope
     return  sqrt((9*n*v)/2/md/g);
                                ^
0_0_31152128_3525.cpp: In function 'int main()':
0_0_31152128_3525.cpp:23:31: error: 'scanf' was not declared in this scope
     scanf("%lf%lf%lf",&u,&t,&v);
                               ^
0_0_31152128_3525.cpp:24:33: error: 'sqrt' was not declared in this scope
     double A = 18*pi/sqrt(2*md*g);
                                 ^
0_0_31152128_3525.cpp:29:34: error: 'pow' was not declared in this scope
     printf("%.20lf",A*pow(B*C,1.5)*D*1e19);
                                  ^
0_0_31152128_3525.cpp:29:42: error: 'printf' was not declared in this scope
     printf("%.20lf",A*pow(B*C,1.5)*D*1e19);
                                          ^


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-16 14:05:07, Gzip enabled