PAT : Data Structures and Algorithms (English)7-8 File Transfer

#include <cstring> #include <iostream> #include <string> #include <vector> using namespace std; int getdigit(void) { int digit{0}, symbol{1}; bool isp{true}; while (1) { char c
相關文章
相關標籤/搜索