Run id: 121646

Main.cc: In function 'int main()':
Main.cc:9:9: error: 't' was not declared in this scope
         t=b;
         ^
Main.cc:14:9: error: 't' was not declared in this scope
         t=b;
         ^
Main.cc:19:9: error: 't' was not declared in this scope
         t=a;
         ^
Main.cc:6:15: warning: unused variable 'z' [-Wunused-variable]
     int a,b,c,z;
               ^