Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:12:10: warning: variable 'y' set but not used [-Wunused-but-set-variable] int x=1,y=1,z=1; ^
/in/foo.cc: In function 'int main()': /in/foo.cc:12:10: warning: variable 'y' set but not used [-Wunused-but-set-variable] int x=1,y=1,z=1; ^