Untitled

 avatar
user_5811307
plain_text
2 years ago
96 B
3
Indexable
#include <iostream>
using namespace std;
int main()
{
    int a;cin >> a;cout << a*a*a<<endl;
}
Editor is loading...
Leave a Comment