UVA Problem 10469 (To Carry or not to Carry) Solution
#include<stdio.h> int main() { unsigned long a,b; while(scanf(“%lu...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include<stdio.h> int main() { unsigned long a,b; while(scanf(“%lu...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include <stdio.h> int main() { int n, i, q, c, sz, idx, idx2, t1, t2, elteres, ce = 0;...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include<iostream> #include<cstdio> #include<cmath> using namespace std; int...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { long int r ,a;...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include<bits/stdc++.h> using namespace std; int main() { int...
Read More
Recent Comments