如何用c语言输出100,的前100位 日期:2021-04-27 12:25:03 人气:1 如何用c语言输出100,的前100位 #include <stdio.h>int main(){ int zhidao=0; while(zhidao<=100) { &nb