run.cpp

#include <bits/stdc++.h>
using namespace std;
signed main() {
    int return_code = system("g++ 666.cpp -o 666 -O2 -static -std=c++14 -DNOJ -Wall \"-Wl,-stack=500000000\"");
    if(return_code == 0) {
        puts("Compile successfully !");
        system("666.exe");
        return 0;
    }
    else {
        puts("\nCompile Error !");
        return 0;
    }
}
2025/5/8 19:23
1188482