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_29850249_8456.cpp:5:13: error: typedef 'min' is initialized (use decltype instead)
 typedef min(a,b) ((a) < (b) ? (a) : (b))
             ^
0_0_29850249_8456.cpp:5:13: error: 'a' was not declared in this scope
0_0_29850249_8456.cpp:5:15: error: 'b' was not declared in this scope
 typedef min(a,b) ((a) < (b) ? (a) : (b))
               ^
0_0_29850249_8456.cpp:52:8: error: 'siz' was not declared in this scope
 char s[siz]
        ^
0_0_29850249_8456.cpp:53:1: error: expected initializer before 'll'
 ll p,q;
 ^
0_0_29850249_8456.cpp:55:6: error: 'siz' was not declared in this scope
 ll f[siz];
      ^
0_0_29850249_8456.cpp: In function 'int main()':
0_0_29850249_8456.cpp:57:22: error: 's' was not declared in this scope
    while(~scanf("%s",s+1)){
                      ^
0_0_29850249_8456.cpp:59:25: error: 'p' was not declared in this scope
       scanf("%lld%lld",&p,&q);
                         ^
0_0_29850249_8456.cpp:59:28: error: 'q' was not declared in this scope
       scanf("%lld%lld",&p,&q);
                            ^
0_0_29850249_8456.cpp:65:14: error: 'f' was not declared in this scope
       memset(f,0x3f,sizeof f);
              ^


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-23 09:11:34, Gzip enabled