#include <stdio.h>#include <time.h>int main (void) { printf("%0.8Lf\n", 1970 + (long double)time(NULL) / 60 / 60 / 24 / 365.2425); return 0;}