0_0_26252390_20548.cpp: In function 'void getHeight(int)':
0_0_26252390_20548.cpp:61:22: error: 'max' was not declared in this scope
p = max(0,p-1);
^
0_0_26252390_20548.cpp: In function 'int main()':
0_0_26252390_20548.cpp:73:17: error: 'scanf' was not declared in this scope
scanf("%s",r);
^
0_0_26252390_20548.cpp:74:21: error: 'strlen' was not declared in this scope
int n = strlen(r);
^
0_0_26252390_20548.cpp:92:37: error: 'min' was not declared in this scope
int minn = min(sa[i],sa[i-1]);
^
0_0_26252390_20548.cpp:93:37: error: 'max' was not declared in this scope
int maxn = max(sa[i],sa[i-1]);
^
0_0_26252390_20548.cpp:108:27: error: 'printf' was not declared in this scope
printf("%c",r[x+i]);
^
0_0_26252390_20548.cpp:110:16: error: 'printf' was not declared in this scope
printf("\n");
^
|