int func(int a)

{

  return a;

}


int a = 10;


func(a++);


정답은 안 알려줌