很好的书
#include <stdio.h> int main() { int a,i; a=6; for (i=1;i<=3;i++) { printf("d%",a); } return 0; }