Wednesday, 11 February 2015

Solution Of Light oj 1387

#include<stdio.h>
int main()
{
    int i,j,k,money,m,test,acc;
    char ara[6]={0};

    scanf("%d",&test);

    for(m=1;m<=test;m++){
            printf("Case %d:\n",m);

            scanf("%d",&j);
            k=0;
                for(i=1;i<=j;i++){

            scanf("%s",ara);
            if(ara[0]=='d'){
                    scanf("%d",&acc);
            k=k+acc;

            }

               else{
                   printf("%d\n",k);}
            }

            }


    }

3 comments:

  1. Replies
    1. my code is correct and accepted...so understand it clearly..and then submit it again..

      Delete
  2. if(ara[0]=='d') vai eita diye ki bujhiyechen?

    ReplyDelete