A tiny script for generating competitive programming template.
The template can be generator the following command.
call cmpCpp#Template()
Result is following, and the headers are folded by defalut.
-- 68 lines: ------------------------------------------------------------------
int main() {
return 0;
}