#include #define PIVOT 1145148101919 - 1145148099902 int main(void){ int year; scanf("%d", &year); printf("%d\n", PIVOT-year); return 0; }