Month: March 2016
My code: #include<bits/stdc++.h> using namespace std; int main() { int n,m,i,j; while(scanf(“%d %d”,&n,&m)==2) { int cnt=0; for(i=0;…
Here I will Share Single Channel Server Queuing System Details
Will share the modular arithmetic solution here soon.
Will share something about this topic soon
Here to remember: – Theatre square is rectangular shape n X m meters – Each flagstone is…
Took hints from here: http://www.outsbook.com/uva/?page=latest_post&category=-1&id=12541 and https://github.com/morris821028/UVa/blob/master/volume125/12541%20-%20Birthdates.cpp Code: #include<bits/stdc++.h> using namespace std; int main() { //freopen(“in.txt”,”r”,stdin); int n,i;…
Recent Comments