Untitled
unknown
c_cpp
2 years ago
122 B
6
Indexable
#include <iostream>
#include <string>
using namespace std;
int main()
{
int n;
cin >> n;
cout << n * n * n;
}Editor is loading...
Leave a Comment
#include <iostream>
#include <string>
using namespace std;
int main()
{
int n;
cin >> n;
cout << n * n * n;
}