Run id: 154856

Main.cc:3:1: error: expected ';' before 'int'
 int main()
 ^
Main.cc: In function 'int main()':
Main.cc:5:21: error: 'a' was not declared in this scope
     int start = min(a, b);
                     ^
Main.cc:5:24: error: 'b' was not declared in this scope
     int start = min(a, b);
                        ^