#include int main() { int n; std::cin >> n; std::cout << 2017 - n << std::endl; return 0; }