今天是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>

導覽選單