今天是2024年11月16日 第46周 星期六

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
添加126字节 、 2020年7月16日 (四) 18:48
无编辑摘要
第8行: 第8行:     
 𦋹𫡤𫤪𬍼𰢊𱃝
 
 𦋹𫡤𫤪𬍼𰢊𱃝
 +
 +
 +
#include <stdio.h>
 +
 +
int main()
 +
{
 +
int i=0;
 +
while (i<=281474976710655)
 +
{
 +
   printf("%x\n", i);
 +
   i++;
 +
}
 +
return 0;
 +
}

导航菜单