... using namespace std;; int main(); {; // variables needed to read file; fstream file;; string input;; // Open the file; file.open ("murphy.txt", ios::in); ...
確定! 回上一頁