Search Here

Friday, May 29, 2015

UVA 10880 - ( Colin and Ryan Solution )

Tip : Try yourself first . There is a same problem at   "  LightOJ  " named " Iftar Party " . Only difference in outpu...

UVA 10935 - ( Throwing cards away I Solution )[C++]

Tip : Try yourself first. To solve the problem you need to learn Standard Template Library (STL in CPP)   first. For help scroll down. ...

Saturday, May 16, 2015

UVa - 10940 - ( Throwing cards away II Solve ) [ C Code ]

Tip : Try Yourself First . It's an easy problem . For Help Scroll Down . Code : #include<stdio.h> #include<math.h&...

Wednesday, May 13, 2015

UVa - 483 ( Word Scramble Solution )

Tip : Try Yourself First . For Help Scroll Down . It's an easy problem but a little bit tricky . Code : #include<stdio.h&...

UVa - 11661 ( Burger Time? solve )

Tip : Try Yourself First . For Help Scroll Down. Its an easy problem. Code : #include<bits/stdc++.h > #define S1(a) scanf("...

Thursday, May 7, 2015

UVa - 10405 ( Longest Common Subsequence Solution )

Tips : Try Yourself First . For Help Scroll Down .  => Hint : Before watching solution please try yourself once. I learned a new type ...

UVa - 12802 ( Gift From The Gods Solution )

Tip : Try Yourself First . For Help Scroll Down. Code : #include<stdio.h> #include<math.h> #include<stdlib.h>...

Wednesday, May 6, 2015

UVa - 488 ( Triangle Wave Solution )

Tip : Try Yourself First. For Help Scroll Down . Code : #include<stdio.h> int main() {     int a, f, i, j, t,k,n;     while...

UVa - 299 ( Train Swapping Solution )

Tips : Try Yourself First. For Help Scroll Down. Code : #include<stdio.h> int main() {     int t, l, a[100], count, ptr, t...

UVa - 113 ( Power Of Cryptography Solution )

Tips : Try Yourself First . For Help Scroll Down. Code   : #include<stdio.h> #include<math.h> int main() {     doubl...

UVa - 12502 ( Three Family Solution )

Tip : Try Yourself First . For Help Scroll Down . Code  :  #include<stdio.h> #include<math.h> int main() {     int t,...

UVa - 11332 ( Summing Digits )

Tips : Try Yourself First . For Help Scroll Down. Code : #include<stdio.h> int main() {     int n ,sum, result, temp2...

UVa - 11942 ( Lumberjack Sequencing Solution )

Tips : Try Yourself First . For Help Scroll Down. Code : #include<stdio.h> int main() {     int a, b, c,d,e,f,g,h,i,...

Tuesday, May 5, 2015

UVa - 10071 ( Back to High School Physics Solution)

Tip : Try Yourself First . For Help Scroll Down . Code : #include<stdio.h> int main() {     int v,t,d; ;     while(scanf(&...

UVa - 382 ( Perfection Solution )

Tip : Try Yourself First . For Help Scroll Down . Code:  #include<stdio.h> int main() {     int n,i,sum;         print...

UVa - 10783 ( Odd Sum Solution)

Tip : Try Yourself First . For Help Scroll Dow n. Code : #include<stdio.h> int main() {     int a,b,i,sum,t,l=1; ...

UVa - 10055 ( Hashmat The Brave Warrior Solution)

Tip : Try Yourself First . For Help Scroll Down .  Code: #include<stdio.h> int main() { long long int hs, op, dif,a,b; ...