0_0_26136126_1037.cpp: In function 'int main()':
0_0_26136126_1037.cpp:11:18: error: expected primary-expression before '%' token
while( scanf(%d, &n) != EOF ) {
^
0_0_26136126_1037.cpp:11:19: error: 'd' was not declared in this scope
while( scanf(%d, &n) != EOF ) {
^
0_0_26136126_1037.cpp:13:19: error: expected primary-expression before '%' token
scanf(%d, &a[i]) ;
^
0_0_26136126_1037.cpp:18:52: error: 'max' was not declared in this scope
if( Map[j] ) l[i] = max(l[i],Map[j]) ;
^
0_0_26136126_1037.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_26136126_1037.cpp:27:52: error: 'min' was not declared in this scope
if( Map[j] ) r[i] = min(r[i],Map[j]) ;
^
0_0_26136126_1037.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_26136126_1037.cpp:35:16: error: expected primary-expression before '%' token
printf(%I64d, ans) ;
^
0_0_26136126_1037.cpp:35:17: error: 'I64d' was not declared in this scope
printf(%I64d, ans) ;
^
|