#include using namespace std; int main(void) { cin.tie(0); ios::sync_with_stdio(false); int y; cin >> y; y = 2017 - y; cout << y << '\n'; return 0; }