Run id: 117842

Main.cc: In function 'int main()':
Main.cc:5:18: error: 'C' was not declared in this scope
  cin >> a >> b >>C;
                  ^
Main.cc:6:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if (a>b>c) {
       ^