#!/usr/bin/sh g++ $1 -o $2 -O3 -std=c++20 -pthread -lgmp -lgmpxx -s $3 $4 #./$2