“বিগ মোড অ্যালগোরিদম(Big Mod Algorithm)”
বিগ মোড অ্যালগোরিদম(Big Mod Algorithm) November 24, 2012 · by ইমরান অনেক সময় বিভিন্ন প্রবলেম সল্ভ করার সময় আমাদের প্রায়ই বিগ মোড ...
বিগ মোড অ্যালগোরিদম(Big Mod Algorithm) November 24, 2012 · by ইমরান অনেক সময় বিভিন্ন প্রবলেম সল্ভ করার সময় আমাদের প্রায়ই বিগ মোড ...
Solve in c++: #include<bits/stdc++.h> using namespace std; int main() { double n,s=0,mx=0,v,t,f; int ar[101],i,j,c; ...
Solve in C++: #include<bits/stdc++.h> using namespace std; int main() { int n[100],k,nn,i,j,c=0; while(cin>>nn>>k...
*The C programming language provides many standard library functions for file input and output. These functions make up the bulk...
Solve in C++: #include<bits/stdc++.h> using namespace std; int main() { long long int n,i,s,a,r; while(cin>>a) ...
Solve in C++: source: #include<bits/stdc++.h> #define pi acos(-1) using namespace std; int main() { double r,n,s; ...
Solve in C: #include <stdio.h> #include <string.h> int main() { int T, i, j; scanf("%d", &T); ...
Solve In c++: ///AH Tonmoy ///Islamic University,Bangladesh; #include<bits/stdc++.h> using namespace std; int main() { in...
Solve in C++: #include<bits/stdc++.h> using namespace std; #define M 1000010 int ar[M]; int marked[M]; void sieve() { f...
Solve in C++: #include<bits/stdc++.h> using namespace std; int main() { int l,count=0,i; string s; cin>>s;...
Solve in C++: #include<bits/stdc++.h> using namespace std; main() { long long int n,i,a,r,j,f=0; scanf("%lld...
Solve in C: #include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d\n...
Solve in C: #include <stdio.h> int main() { int y,i,r=0,c=0,cl=0,flag=0,f,g; while(scanf("%d",&y)!=EOF) ...
RESTful APIs serve as the foundation of modern web development. They follow a set of rules called Representational State Transfer (REST) t...