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_39272832_2104.cpp: In function 'int main()':
0_0_39272832_2104.cpp:20:38: error: 'pow' was not declared in this scope
   20 |                     dist[j][k] = pow(pow(abs(j-j_before),2)+ pow(abs(k-k_before),2),0.5)+dist[j_before][k_before];
      |                                      ^~~
0_0_39272832_2104.cpp:20:34: error: 'pow' was not declared in this scope
   20 |                     dist[j][k] = pow(pow(abs(j-j_before),2)+ pow(abs(k-k_before),2),0.5)+dist[j_before][k_before];
      |                                  ^~~
0_0_39272832_2104.cpp:32:27: error: 'fabs' was not declared in this scope; did you mean 'labs'?
   32 |         printf("%.3lf\n", fabs(dist[x2][y2]-dist[x1][y1]));
      |                           ^~~~
      |                           labs


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-09-29 13:28:15, Gzip enabled