朱色虫居
Pages
Home
Featured Posts
2006/09/15
488-Triangle Wave
/*
"Triangle Wave"
Level:2.5
Date:2006/9/14
*/
#include
main(){
int n =0;
scanf("%d",&n);
while(n--){ //multiple input
int amp=0,freq=0,i=0;
scanf("%d %d",&,&freq);
//printf("\n");
for(i=0; i < freq; i++){ int j=0,k=0; for(j=1; j <= amp; j++){ for(k=0;k < j;k++) printf("%d",j); printf("\n"); } for(j=amp-1; j > 0; j--){
for(k=0;k < j;k++) printf("%d",j); printf("\n"); } if (i < freq-1 || n !=0) printf("\n"); } } }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment