#include int main(){ int N; std::cin >> N; std::cout << 9 << ' ' << N-9; }