#include #define NOW 2017 int main(void){ int y; scanf("%d",&y); int age=NOW-y; printf("%d",age); return 0; }