今天是2024年11月15日 第46周 星期五

代人,时大变了。

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

更改

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

导航菜单