#!/bin/python import sys # Return the sum of the elements of the k'th group. if __name__ == "__main__": k = int(raw_input().strip()) answer = k**3 print answer