摘要:
#include <iostream>#include <string>using namespace std;int main(){ string a,b; a="Dsp"; b="Tian"; char temp[5]; string ab; for(int i=0;i<13;i++) { sprintf(temp,"%d",i); ab=temp; cout<<a+ab+b<<endl; } system("pause"); return 0;} 阅读全文
posted @ 2012-01-30 16:47
Dsp Tian
阅读(686)
评论(0)
推荐(0)

浙公网安备 33010602011771号