判断上午下午
2023-01-24 09:16:15 最后更新
 time("H",a)
 f(a<=09||a<=11)
 {
  s a="上午"
  }
 f(a==12)
 {
  s a="中午"
  }
 f(a<=13||a<=16)
 {
  s a="下午"
  }
 tw(a)