TopH SUST Intra University Programming Contest 2019 Subset AND Solution
Problem Link : https://toph.co/p/subset-and S olution in C++: /// Author : AH_Tonmoy #include <bits/stdc++.h> using namespace ...
Problem Link : https://toph.co/p/subset-and S olution in C++: /// Author : AH_Tonmoy #include <bits/stdc++.h> using namespace ...
Problem Link : https://toph.co/arena?contest=maadpgu#!/p/6474e358d47a320767bfdff1 S olution in C++: /// Author : AH_Tonmoy #include <...
Problem Link : https://toph.co/arena?practice=6476b92bd47a320767c00186#!/p/6474...
Problem Link : https://toph.co/arena?practice=647629a9d47a320767bffe27#!/p/6474e251d47a320767bfdfce S olution in C++: /// Author : AH_T...
Solve in C++: #include<bits/stdc++.h> using namespace std; int main() { int t,i; scanf("%d",&t); f...
Solve in C: #include<stdio.h> #include<string.h> int main() { int n,i,l; char s[100]; scanf("%s",s...
Solve in C++: #include<bits/stdc++.h> using namespace std; int main() { int n,i,a,b,ar[1001],s=0; while(cin>>n...
Solve in C: #include<bits/stdc++.h> using namespace std; int main() { int i,j,t,f=0,ar[1001],n,a[1001]; while(cin>...
solve in c++: #include<bits/stdc++.h> using namespace std; int main() { int a,b,c,n; double ar,s; cin>>n; ...
Question: Proper Leap Years Limits: 1s, 512 MB Byang’s friend was asked to author a programming problem where the challenge was to ...
RESTful APIs serve as the foundation of modern web development. They follow a set of rules called Representational State Transfer (REST) t...