Advertisement
Tapetepato

program

Dec 8th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. #include <stdio.h>
  2. int a[100000],v[26],resp[10000000],mayor,i;
  3. char x;
  4. int main()
  5. {
  6.     while(scanf("%c",&x)!=EOF)
  7.     {
  8.         while(x!='\n')
  9.         {
  10.             scanf("%d",&v[i]);
  11.             a[x-'a']++;
  12.             i++;
  13.         }
  14.         for(int j=0;j<26;j++)
  15.         {
  16.  
  17.  
  18.         }
  19.  
  20.     }
  21.     aqui va el codigo para una sola cadena
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement