#include <stdio.h> int main() { int a,i; a=6; for (i=1;i<=3;i++) { printf("d%",a); } return 0; }
什么垃圾给我的旧书?