K:\msvc\MSVC
$compilerPath$/bin/cl.exe /O2 /Fo"$objFile$" /Fe"$exeFile$" /I $compilerPath$\include /EHsc "$sourceFile$" /link /LIBPATH:"$compilerPath$\lib"
$exeFile$
K:\Dev-Cpp\MinGW64\bin
"$compilerPath$\g++" -Wall -g -c -std=c++1y "$sourceFile$" -o "$objFile$"
$compilerPath$\g++ "$objFile$" "$exeFile$" -o -O1
$exeFile$
C:\Program Files\Java\jdk1.8.0_121\bin
"$compilerPath$/javac" $sourceFile$
g++.exe -o $exeFile$ $objFile$ -O1
$exeFile$
F:\裁判机\python3.12
$compilerPath$/python "$sourceFile$"