#include int main() { int pole [127]={0}; char b; while (scanf("%c", &b)==1) { pole[ (int)b ]++; } for (int b = 0; b<255; b++) { printf("\n pocet neco %d \n", pole[255]); } return 0; }