Problem Link
এই লিঙ্কটা একবার দেখে আসি তাহলে এই প্রব্লেমটা করতে আর সময় লাগবে না আশা করি।
My Solution in C++:
এই লিঙ্কটা একবার দেখে আসি তাহলে এই প্রব্লেমটা করতে আর সময় লাগবে না আশা করি।
My Solution in C++:
- #include<bits/stdc++.h>
- using namespace std;
- int main()
- {
- int T,t;
- cin>>T;
- for(t=1; t<=T; t++)
- {
- char bhajjo[1000];
- long long i,bhajok,bhagshesh=0; /// 18| 2592 | 144
- scanf("%s",bhajjo); /// bhajok | bhajjo | bhagfol
- scanf("%lld",&bhajok);
- int l=strlen(bhajjo);
- for(i=0; i<l; i++)
- {
- if(bhajjo[i]=='-')
- bhajjo[i]='0';
- }
- for(i=0; i<l; i++)
- {
- bhagshesh = ((bhagshesh*10) + (bhajjo[i]-'0') )%bhajok; // Amra character theke integer e convert kore nilam '0' biyog kore
- }
- if(bhagshesh==0)
- cout<<"Case "<<t<<": divisible"<<endl;
- else
- cout<<"Case "<<t<<": not divisible"<<endl;
- }
- return 0;
- }
No comments:
Post a Comment