Uva Problem 12250 - Language Detection Solution in C++
Uva Problem 12250 - Language Detection Solution in C++ Problem Link # include < bits/stdc++.h > using namespace std ; int mai...
Online Judge Solution
Uva Problem 12250 - Language Detection Solution in C++ Problem Link # include < bits/stdc++.h > using namespace std ; int mai...
Uva 11340 Newspaper Solution in C++ Problem Link # include < bits/stdc++.h > using namespace std ; int main () { map ...
Uva Solution 10107 What is the Median? in C++ Problem Link Solution: #include<bits/stdc++.h> using namespace std; int main() ...
Problem Link Uva 10260 - Soundex Solution #include<cstdio> char in[100]; int o; int dex(char c) { switch(c) { case 'B':ca...
Problem Link Uva 11764 - Jumping Mario Solution #include<bits/stdc++.h> using namespace std; int main() { int t,j=1; cin>...
Problem LInk Uva 12004 - Bubble Sort Solution #include <cstdio> using namespace std; int main(){ int t,n; scanf("%d...
Problem Link ICPC Live Archive 8081 Leap Birthdays Solution Asia - Dhaka #include<bits/stdc++.h> using namespace std; int leave(int ...
Problem Link Uva 10929 - You can say 11 Solution Logic: if WXYZ , W-X+Y-Z%N==0,then the number is divisible by N. if 112233 , (1-1+2-2+...
Problem Link Uva 10474 Where is the Marble? Solution #include<bits/stdc++.h> using namespace std; int main() { int n,q,c=0; ...
Problem Link Uva 591 - Box of Bricks Solution #include<bits/stdc++.h> using namespace std; int main() { int n,j=1; cin>...
Problem Link Uva 10393 The One-Handed Typist Solution #include<bits/stdc++.h> using namespace std; int fn[128]; bool fc[11]; void s...
Probelm Link Uva Problem 11332 - Summing Digits Solution Solution: #include<iostream> #include<stdio.h> using namespace std;...
Problem Link Uva 11278 One-Handed Typist Solution #include<bits/stdc++.h> using namespace std; int main() { string f=" `\\...
Problem Link Uva 902 - Password Search Solution #include<bits/stdc++.h> using namespace std; int main() { map<string , int...
Problem Link Uva 401 - Palindromes Solution #include<bits/stdc++.h> using namespace std; int main() { string s="ABCDEFGHIJK...
Problem Link Uva 11547 Automatic Answer Solution #include<bits/stdc++.h> using namespace std; int main() { int t; cin>...
Problem Link Uva Problem 1225 - Digit Counting Solution Solution: #include<stdio.h> int main() { int n, m, i, j, k, a1, a2, a...
Problem Link Uva 12700 Banglawash Solution #include<bits/stdc++.h> using namespace std; int main() { int t,n,j=1; cin...
Problem Link Uva 10055 - Hashmat the Brave Warrior Solution Solution: #include<stdio.h> int main() { long long a,b,s,temp; ...