Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by 111 ( 16 years ago )
int kilkist=0;
      int K=0;
      for(int j=0;j<n;j++)
      {
            for(int f=0;f<strlen(word[j]);f++)
                  if(word[j][f]=='o')
                  {
                        K++;
         if(K==2)
                  {
                        kilkist++;
                  }
   }
      }

 

Revise this Paste

Your Name: Code Language: