NOIP 2018普及組複賽C/C++參考答案

第1題 標題統計 #include <iostream> #include <cstdio> using namespace std; int main() { freopen("title.in", "r", stdin); freopen("title.out", "w", stdout); string title; getline(cin, title);
相關文章
相關標籤/搜索