#include <string> #include <fstream> #include <map> using namespace std; int main() { map<string, ofstream> m_logFiles; ofstream st; ...
確定! 回上一頁