Coding Contender
This is a technical blog.
Pages
(Move to ...)
Home
গ্রাফ থিওরি
Solution of online judge problems.
▼
Wednesday, April 26, 2017
Solve Of UVA 13152 (Balanced String)
›
এটার খুব সহজ স্ট্রেইট সলুশন আছে। প্রথমত আমাকে যে array দেওয়া হবে সেখানে দেখতে হবে কোন কম্বিনেশনে এমন array বানানো সম্ভব কিনা যেটা ১টা ভ্যাল...
Thursday, November 26, 2015
My solve Of Unline judge problems.
›
Solve of UVA 11716:Digital Fortress
›
Solve of UVA 11716: Digital Fortress #include <bits/stdc++.h> using namespace std; int main() { int a,b,c,d,i,j,k,L...
Solve of UVA 11723: Numbering Roads
›
Solve of UVA 11723: Numbering Roads #include<bits/stdc++.h> using namespace std; int main() { long long int a,b,c,...
Solve of UVA 11470: Square Sums
›
Solve of UVA 11470: Square Sums #include<stdio.h> int A[11][11]; int main() { int n,i,j,k=1,a,b,sum; whi...
›
Home
View web version