Pp 173 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
include<stdio.h>
#include<stdlib.h>
int main(void)
{
    int i
    scanf("%d",&i)
    printf("В годах %d или %d дней", i, 365*25);
    gethar();
    return 0;
}