#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,n,m,a[100000],d,b[100000],sum; ...
Read More
Home / Archive for May 2017
UVA 10226 Hardwood Species
#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,m,n; double v; map<strin...
Read More
UVA 10295 Hay Points
#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,m,n,sum,f; string sk,s; ch...
Read More
UVA 10815 Andy's First Dictionary
#include <bits/stdc++.h> using namespace std; int main() { set<string>st; set<string>::iterator it=st...
Read More
UVA 11530 SMS Typing
#include <bits/stdc++.h> using namespace std; int main() { long long int i,k,l,m,n,j,t,v,sum; //char s[1000000];...
Read More
UVA 11185 Ternary
#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,n,m,a[10000]; //freopen("1118...
Read More
UVA 12531 - Hours and Minutes
#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,m,n,a,hour,h; bool b[500]; m...
Read More
UVA 11219 How old are you?
#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,n,m1,t,y1,d1,m2,y2,d2,y,d,m; ch...
Read More
UVA 12770 PalinaGram
#include <bits/stdc++.h> using namespace std; int main() { char ch; vector<char>v; string s; int a[500]...
Read More
Subscribe to:
Posts
(
Atom
)