UVA Problem 12403 ( Save Setu ) Solution
#include <bits/stdc++.h> using namespace std; int main() { char s[150]; int...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { char s[150]; int...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { int a,b,ans; while(cin...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { char s[10]; int cases=1;...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include<bits/stdc++.h> using namespace std; int tc=1,position=0; int bfs(int src,...
Read MorePosted by Jesmin Akther | Jan 11, 2019 | Problem Solving, UVa |
#include <cstdio> #include <vector> #include <queue> using...
Read More
Recent Comments