Simple Calculator Program In C++ #include <iostream> using namespace std; int main() { int a,b; char ch; cout<<&qu...
Read More
Home / Archive for November 2014
UVA Easy Problem's Solution
UVA 100 3n+1 #include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,n,m,c,maxi,a,b; ...
Read More
Subscribe to:
Posts
(
Atom
)