/in/foo.cc: In function 'int main()':
/in/foo.cc:7:12: error: 'A' was not declared in this scope
if(d = A){
^
/in/foo.cc:11:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
}else
^~~~
/in/foo.cc:13:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
m =b*60;
^
/in/foo.cc: At global scope:
/in/foo.cc:17:5: error: expected unqualified-id before 'return'
return 0;
^~~~~~
/in/foo.cc:18:1: error: expected declaration before '}' token
}
^