summaryrefslogtreecommitdiffstats
path: root/Main/C++/2016/S1.cpp
blob: 32346af35c4e753fda3962fbe78573fe375efdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <bits/stdc++.h>
using namespace std;

int main()
{
    string line1,line2;

    map<char,int> letters;

    cin >> line1;
    cin << line2;

    for (int i = 0; i < line1.size())

    return 0;
}