main.cxx 76 B

1234567
  1. import a.same;
  2. import b.same;
  3. int main()
  4. {
  5. return a_same() + b_same();
  6. }