#include <stdio.h> int main() { int r1,r2,i,r,sum,t; printf("Enter Ranges=\n"); scanf("%d%d",&r1,&...
Read More
Home / Archive for February 2015
C Program To Show Armstrong Number AT Given Range
#include <stdio.h> int main() { int r1,r2,t,sum,i,r,f=0,c=0; printf("Enter Range=\n"); scanf("%d%d",&a...
Read More
LightOj-1387 - Setu
#include <stdio.h> #include <string.h> int main() { char a[100]; int m,sum,i,t,c,j; while(scanf("%d",&...
Read More
LightOj 1015 – Brush (I)
#include <stdio.h> int main() { int t,s,a,i,j,sum; while(scanf("%d",&t)!=EOF) { for(i=1;i<=t;i++)...
Read More
LightOj 1182-Parity
#include <stdio.h> int main () { int a[10000],i,dec,t,c,j,k; while(scanf("%d",&t)!=EOF) { for(k=1;k&...
Read More
Subscribe to:
Posts
(
Atom
)