UVA Problem 10773 Solution
#include<bits/stdc++.h> using namespace std; int main(){ double d,v,u,t1,t2; int t;...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include<bits/stdc++.h> using namespace std; int main(){ double d,v,u,t1,t2; int t;...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include <stdio.h> int main() { int t,a,b,i,j=1,sum; scanf(“%d”,&t); while(...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { double N,n; int c=1; //long int...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include<bits/stdc++.h> using namespace std; int main() { long long int a,b,i=1;...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include <stdio.h> #include<iostream> #include<math.h> #define MAX 10001 using...
Read More
Recent Comments