#include #define rep(i,a,b) for(int i=int(a);i> C; rep(i,2,C){ if(C % i == 0){ cout << i << " " << C / i << endl; return 0; } } }