bool peula(int[] first, int[] second) {
Console.Write("enter \"1\" for secses and \"0\" for failier (first month)");
Console.Write("enter \"1\" for secses and \"0\" for failier (second month)");
for(int c = 0; c < 31; c++) {
first[c] = int.Parse(Console.ReadLine());
for(c = 0; c < 31; c++) {
second[c] = int.Parse(Console.ReadLine());
bool x = numsecond == numfirst + numfirst / 100 * 25;