Files
BasicsOfComputerSoftwareEng…/OOP/10/Exercise01/tools.h
2023-04-26 19:00:24 +08:00

3 lines
119 B
C++

#include<iostream>
int askValidInt();
std::string setMiddle(int width, std::string fillChar, std::string originString);