extern void order_A(void);
int main(void)
{
  order_A();
  return 0;
}
