🌈 搜索
📅  最后修改于: 2022-03-11 15:04:43.451000             🧑  作者: Mango
int i; for(i=0; i<5; i++) { printf("Zahl %d\n", i+1); }