Untitled
unknown
c_cpp
a year ago
122 B
2
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; }