Subscribe to:
Post Comments
(
Atom
)
Most View Post
-
Solve in C: #include <stdio.h> int main () { int y , a , b , c , d , count = 0 ; while ( scanf ( "%d" ,...
-
Solve in C++: #include<bits/stdc++.h> using namespace std; int main() { int l,count=0,i; string s; cin>>s;...
-
Solve in C++: //AH Tonmoy //Department of CSE ,Islamic University #include<bits/stdc++.h> using namespace std; int main() { in...
-
solve in c++: #include<bits/stdc++.h> using namespace std; int main() { int i,t,c=0,ar[101],c1=0; while(cin>>t)...
-
Solve in C++: //AH Tonmoy //Department of CSE ,Islamic University #include<bits/stdc++.h> using namespace std; int main() { ...
-
Solve in C: #include<stdio.h> #include<string.h> int main() { char s[1001]; int i,len,p,n,j; scanf("%d...
-
Solve in C++: //AH Tonmoy //Department of CSE ,Islamic University #include<bits/stdc++.h> using namespace std; int main() { i...
-
Slve in C: #include<stdio.h> int main() { int i,len,one=0,zero=0,flag=0,j; char n[101]; while(scanf("%s"...
-
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...
-
Solve in C++: #include<bits/stdc++.h> using namespace std; main() { long long int n,i,a,r,j,f=0; scanf("%lld...
Recent post
RESTful APIs with CRUD Operations in Laravel 12| (2025)
RESTful APIs serve as the foundation of modern web development. They follow a set of rules called Representational State Transfer (REST) t...

No comments