semi.src 64 B

12345678910111213
  1. int a,b;
  2. int c;
  3. ;
  4. read(a);
  5. read(b);
  6. c = a + b;
  7. ;
  8. write(c);