int main ( void ) { int datax, datay, dataz; datax = ( datay = 1, dataz = 2 ); //提示1 return ( 0 ); }