Google Code Jam Qualification Round Africa 2010 (Problem B. Reverse Words) Add Comment Edit #include <bits/stdc++.h> using namespace std; int main() { string s,st,w; ifstream in("b.txt"); o... Read More
Google Code Jam Qualification Round Africa 2010 (Problem A. Store Credit) 2 Comments Edit #include <bits/stdc++.h> using namespace std; int main() { long long int t,v,a[10000],i,j,sum,n,k,l,u,m,c; ifstr... Read More