#38192: C++詳解


yp11251200@yphs.tp.edu.tw (801-26徐立權)


#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
    cout<<"2000000000"<< " " <<"2000000000" <<'\n';
    return 0;
}