0_0_26136134_21878.cpp: In function 'int main()':
0_0_26136134_21878.cpp:18:52: error: 'max' was not declared in this scope
if( Map[j] ) l[i] = max(l[i],Map[j]) ;
^
0_0_26136134_21878.cpp:19:62: error: 'max' was not declared in this scope
if( Map[a[i]/j] ) l[i] = max(l[i],Map[a[i]/j]) ;
^
0_0_26136134_21878.cpp:27:52: error: 'min' was not declared in this scope
if( Map[j] ) r[i] = min(r[i],Map[j]) ;
^
0_0_26136134_21878.cpp:28:62: error: 'min' was not declared in this scope
if( Map[a[i]/j] ) r[i] = min(r[i],Map[a[i]/j]) ;
^
0_0_26136134_21878.cpp:35:16: error: expected primary-expression before '%' token
printf(%I64d, ans) ;
^
0_0_26136134_21878.cpp:35:17: error: 'I64d' was not declared in this scope
printf(%I64d, ans) ;
^
|