#include <iostream>
using namespace std;

void create(const int);

int main()
{
const int s=26;
create(s);
}