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);
^