include<stdio.h> #include<stdlib.h> int main(void) { int i scanf("%d",&i) printf("В годах %d или %d дней", i, 365*25); gethar(); return 0; }