Untitled
Anonymous
c_cpp
11/16/2023 2:35 PM
164 B
15
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;
}