#include<iostream> #include<fstream> using namespace std ; int main ... open ( "output.txt" ); ofstream outfile ; outfile . open ( "results.txt" ); if ...
確定! 回上一頁