Untitled

Anonymous
c_cpp
11/16/2023 2:04 PM
164 B
13
Indexable
#include <iostream>
int main() {
	int length = 0;

	std::cin >> length;

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