除法

下面是一个非常简单的函数

  1. int f(int a)
  2. {
  3. return a/9;
  4. };