char temp_array[t] = argv[1][];
for (int i = 0; i < 25; i++)
{
for (int j = i; j < 25; j++)
{
temp_array[t] = toupper(temp_array[t]);
printf("capital%c", temp_array[t]);
if (temp_array[t] == temp_array[1][j + 1])
{
printf("keys should be unique");
return 1;
}
}
}