{{{~cpp #include #include #include using namespace std; int main() { ifstream fin("input"); // fin과 input.txt를 연결 ofstream fout("output.txt"); // fout과 output.txt를 연결 char pass[100]; fin >> pass; int hash[5] = {0}; for(int i=0;i<5;i++) { for(int j=i;j