#include using namespace std; int main() { int k; cin >> k; long long int arr[100]; int i,j=0; for(int i=1;i<100;i++) {arr[j]=i*i*i; j++;} cout<