- 主题:给老二讲了个睡前故事
写完整一点
int32_t mother_story(void)
{
for(int32_t i=1; i<=100; i++)
{
if (is_sleeping() || is_shutup())
{
break;
}
tremble(itoa(i) + "黑");
}
return FREETIME;
}
【 在 zrO (道是无晴却有晴) 的大作中提到: 】
: for(int i=1;i<=100;i++){
: if(sleep()||shutup()) break;
: tremble(i+黑);
: ...................
--
FROM 59.41.163.*
c版本的
【 在 liangf (大侠) 的大作中提到: 】
: 写完整一点
: int32_t mother_story(void)
: {
: ...................
--
FROM 180.164.57.*
哈哈
【 在 liangf 的大作中提到: 】
: 写完整一点
: int32_t mother_story(void)
: {
: ....................
- 来自「最水木 for iPhone 11」
--
FROM 1.202.112.*