#include<stdio.h>int main(){ int num1, num2,temp; scanf("%d%d",&num1,&num2); int t1 = num1; int t2 = num2; while (num2 != 0) { temp = num1%num2; num1 Read More
posted @ 2016-08-03 19:06 A-inspire Views(222) Comments(0) Diggs(0) Edit
#include<stdio.h>int main(){ int one,tow,five,num=1; for (one = 1; one < num*10; one++) { for (tow = 1; tow < num*10 / 2; tow++) { for (five = 1; five Read More
posted @ 2016-08-03 18:50 A-inspire Views(1609) Comments(0) Diggs(0) Edit