Run id: 109613
Main.cc: In function 'int main()':
Main.cc:5:4: error: 'nowRbt1' was not declared in this scope
nowRbt1=rbt2+rbt3;
^
Main.cc:5:12: error: 'rbt2' was not declared in this scope
nowRbt1=rbt2+rbt3;
^
Main.cc:5:17: error: 'rbt3' was not declared in this scope
nowRbt1=rbt2+rbt3;
^
Main.cc:6:4: error: 'nowRbt2' was not declared in this scope
nowRbt2=rbt1;
^
Main.cc:6:12: error: 'rbt1' was not declared in this scope
nowRbt2=rbt1;
^
Main.cc:7:4: error: 'nowRbt3' was not declared in this scope
nowRbt3=rbt3+rbt2;
^
Main.cc:4:8: warning: unused variable 'i' [-Wunused-variable]
int i;
^
Main.cc: At global scope:
Main.cc:12:2: error: 'cout' does not name a type
cout<