#include using namespace std; int main(int argc, char **argv) { int a; scanf("%d", &a); printf("%d\n", 2017 - a); return 0; }