#!/bin/python3 import sys if __name__ == "__main__": k = int(input().strip()) print(k**3)