Uva 10474 Where is the Marble? Solution
Problem Link Uva 10474 Where is the Marble? Solution #include<bits/stdc++.h> using namespace std; int main() { int n,q,c=0; ...
Online Judge Solution
Problem Link Uva 10474 Where is the Marble? Solution #include<bits/stdc++.h> using namespace std; int main() { int n,q,c=0; ...