Files
BasicsOfComputerSoftwareEng…/OOP/11/Exercise01/tools.h
2023-05-09 14:52:54 +08:00

3 lines
119 B
C++

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