#include std::string square(int& num) { num *= num; return "success"; }