int plus(int a, int b) {
return a + b;
}
/*
int plus_three(int a, int b, int c) {
return a + b + c;
*/