/* * File: baloon.cpp * Author: cteam022 * * Created on October 22, 2016, 9:21 AM */ #include #include #include #include #include using namespace std; #define FOR(i,n) for(int i=0;i hash; while(cin>>n){ pocet=0; hash.clear(); FOR(i,n){ cin>>s; a=preved(s); if(hash.find(a)==hash.end()){ pocet++; hash.insert(a); } } cout<