摘要: #include<stdio.h>#include<iostream.h>#include<fstream.h>void main(){ofstream ost; ost.open ( "C:\Users\Saxon_Home\Desktop\hsx.txt") ; for(int i=1;i<=10;i++) {ost <<"Happy Birthday"; for(int j=1;j<=i;j++)ost <<"!";ost <<endl;} if 阅读全文
posted @ 2013-01-31 18:08 #Saxon 阅读(192) 评论(0) 推荐(0) 编辑