UVA Problem 11185 Solution
#include <stdio.h> int main() { long int dn,r,q; long int bn[10000],i,j; while(1) {...
Read MorePosted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa |
#include <stdio.h> int main() { long int dn,r,q; long int bn[10000],i,j; while(1) {...
Read MorePosted by Jesmin Akther | Jan 6, 2019 | JAVA |
String VS StringBuffer VS StringBuilder String is immutable that is if you want to change a...
Read MorePosted by Jesmin Akther | Jan 6, 2019 | JAVA |
What is OOP in Java? OOP (Object oriented programming) refers to a programming methodology based...
Read MorePosted by Jesmin Akther | Jan 3, 2019 | Database |
Subject : SQL How to find salary of friends whose salary is Second highest; Table Name:...
Read MorePosted by Jesmin Akther | Jan 2, 2019 | Problem Solving, UVa |
#include <bits/stdc++.h> using namespace std; int main() { char s[200]; int...
Read More
Recent Comments