foo.cc: In function 'int main()':
foo.cc:5:5: error: 'intx' was not declared in this scope
intx,y,z;
^~~~
foo.cc:5:5: note: suggested alternative: 'int'
intx,y,z;
^~~~
int
foo.cc:5:10: error: 'y' was not declared in this scope
intx,y,z;
^
foo.cc:5:12: error: 'z' was not declared in this scope
intx,y,z;
^
foo.cc:6:5: error: 'fioat' was not declared in this scope
fioat a;
^~~~~
foo.cc:6:5: note: suggested alternative: 'float'
fioat a;
^~~~~
float
foo.cc:7:10: error: 'x' was not declared in this scope
cin>>x>>y>>z;
^
foo.cc:8:5: error: 'a' was not declared in this scope
a=120*(x+y*0.5+z*0.6);
^
[Hydro](https://hydro.ac)提供评测服务