#include int main() { int A = 0; int B = 2017; scanf("%d",&A); printf("%d",B-A); return 0; }