class NValue{ public static void main(String args[]){ int num = 5; System.out.println(num+num*num+num*num*num); } }