UVA Problem 10168 Solution
#include <stdio.h> #define N 10000000 typedef long long LL; using namespace std ; LL...
Read MorePosted by Jesmin Akther | Jan 14, 2019 | Problem Solving, UVa |
#include <stdio.h> #define N 10000000 typedef long long LL; using namespace std ; LL...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; char s[100000],t[100000]; int...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { int a,b,c,d,res;...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { int...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> #include <algorithm> #include <vector>...
Read More
Recent Comments