About Me

About Me : I have been working as a Software Engineer for various international companies for four years.Currently, I am working as a full stack Javascript developer in Petronas(Malaysia).

Skills

Skills • Javascript •Typescript •Python •C •Java •ReactJs • Redux • VueJs • NestJs • React Testing Library • Django• PostgreSQL • MySQL • NodeJs • Git • Docker • Jira • Visual Studio Code • Slack

শুক্রবার, ১১ এপ্রিল, ২০১৪

UVA :10324 - Zeros and Ones

#include <iostream>
#include <cstdio>
#include <string.h>
#define max 1000000
using namespace std;
int main ()
{
   char ch[max];
   int a,b,test,i,j,k,c=0,sw,flag;
   while(scanf("%s",ch)==1){

      if(strcmp,(ch,"\n")==0) break;
      scanf("%d",&test);
      c++;
       printf("Case %d:\n",c);
     
      for(i=1;i<=test;i++){
          scanf("%d %d",&a,&b);
             if(a>b){
               sw=a;
               a=b;
              b=sw;

              }
              flag=0;
              if(a==b){
                printf("Yes\n");
                continue;
              }
        for(j=a;j<b;j++){
           if(ch[j]!=ch[j+1]){
               flag=1;
               break;
           }
        }






        if(flag==0){
            printf("Yes\n");
        }
        else {
            printf("No\n");
        }

      }




   }
    return 0;
}

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন