C++程序  |  4行  |  60 B

int foo(int parm1, float parm2) {
  return parm1 + parm2;
}