用c语言实现输出第一个为ff第二个为00ff第三个为0001ff
以下是使用C语言实现输出的代码:
#include <stdio.h>
int main() {
printf("ff\n");
printf("00\n");
printf("ff\n");
printf("00.01.ff\n");
return 0;
}
运行上述代码,将输出:
ff
00
ff
00.01.ff
原文地址: https://www.cveoy.top/t/topic/iqfk 著作权归作者所有。请勿转载和采集!