#include int main(void) { int input; scanf("%d", &input); printf("%d\n", input + 123); return 0; }