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_22131636_23234.cpp: In function 'int cal(int, int)':
0_0_22131636_23234.cpp:14:42: error: 'max' was not declared in this scope
         for (int j = y - 1; j >= max(1, L); j--) {
                                          ^
0_0_22131636_23234.cpp:18:21: error: 'max' was not declared in this scope
         L = max(L, l);
                     ^
0_0_22131636_23234.cpp:23:42: error: 'min' was not declared in this scope
         for (int j = y + 1; j <= min(m, R); j++) {
                                          ^
0_0_22131636_23234.cpp:27:21: error: 'min' was not declared in this scope
         R = min(R, r);
                     ^
0_0_22131636_23234.cpp: In function 'int main()':
0_0_22131636_23234.cpp:37:19: error: 'scanf' was not declared in this scope
     scanf("%d", &T);
                   ^
0_0_22131636_23234.cpp:51:39: error: 'printf' was not declared in this scope
         printf("%.9f\n", gg * 1.0 / ss);
                                       ^


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-29 15:21:43, Gzip enabled