Run id: 128685

Main.cc: In function 'int main()':
Main.cc:8:10: error: 't' was not declared in this scope
      if((t%10)>(t/1000+(t/100)%10+(t/10)%10){
          ^
Main.cc:8:45: error: expected ')' before '{' token
      if((t%10)>(t/1000+(t/100)%10+(t/10)%10){
                                             ^
Main.cc:11:2: error: expected primary-expression before '}' token
  }
  ^