Untitled

 avatar
unknown
c_cpp
2 years ago
121 B
3
Indexable
#include <iostream>
int main() {
	int length = 0;

	std::cin >> length;

	std::cout << length * length * length;
}
Editor is loading...
Leave a Comment