到底去不去厕所

40 阅读1分钟
while (没睡着) {
    if (去厕所) {
         Think('太冷了')
    } else if (不去厕所) {
          Think('难受, 睡不着')
    }
}