标签:info com http image main pre ima mamicode alt
#include <stdio.h> int main() { int n=0; for (n=0;n<10;n++){ printf("%d",n); } return 0; }
c-for循环
原文地址:https://www.cnblogs.com/liming19680104/p/13334516.html