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);
^
|