https://www.acmicpc.net/problem/18108
이 점을 고려해서 작성하면 됩니다.
#include <iostream> using namespace std; int y; int main() { cin >> y; cout << y - 543; return 0; }