English To Bangla Date Converter C++ (ইংরেজী তারিখ থেকে বাংলা তারিখ রূপান্তর) Add Comment Edit সাল এর ক্ষেত্রে ইংরেজী সাল থেকে ৫৯৩ বিয়োগ দিলেই বাংলা সাল পাওয়া যাবে। তবে সেটা এপ্রি... Read More
UVA-10490 - Mr. Azad and his Son!!!!! Add Comment Edit #include <bits/stdc++.h> #include <fstream> using namespace std; int main() { long long int n,p,prime,i... Read More
UVA-583 Prime Factors Add Comment Edit #include <bits/stdc++.h> using namespace std; long long int primefactors(long long int n) { cout<<n<<"... Read More
UVA-12149 FeynMan Add Comment Edit #include <iostream> #include <bits/stdc++.h> using namespace std; int main() { long long int n,s; while(cin>... Read More
UVA-11877 The Coco-Cola Store Add Comment Edit #include <bits/stdc++.h> using namespace std; int cs(int n) { if(n==1) { return 0; } else if(n==2)... Read More