First I wrote this in main.cpp
#include #include "functions.cpp" int main() { int n = 5; std::cout << cube(n) <&l