#include <bits/stdc++.h> using namespace std; int main() { // return 0; }
运行方法:g++ test.cpp -o test ; test
g++ test.cpp -o test ; test