0_0_31475265_6145.cpp: In function 'int main()':
0_0_31475265_6145.cpp:7:20: error: 'INF' was not declared in this scope
int n,mval=INF,mvol;
^
0_0_31475265_6145.cpp:11:28: error: 'brand' was not declared in this scope
scanf("%s%d%d",brand,&p,&v);
^
0_0_31475265_6145.cpp:14:41: error: 'mvol' was not declared in this scope
if (val<mval||(val==mval&&v>mvol))
^
0_0_31475265_6145.cpp:15:9: error: expected primary-expression before '}' token
}
^
0_0_31475265_6145.cpp:16:23: error: 'res' was not declared in this scope
printf("%s\n",res);
^
|