vscode 使用 code runner,编译选项:
"code-runner.executorMap": { "cpp": "cd $dir && g++ \"$fileName\" -o \"$fileNameWithoutExt\" -O2 -Wall -Wextra -pedantic -std=c++11 && & \".\\$fileNameWithoutExt\"" },
使用 __int128 时报错:

同样配置的 dev 和 sublime 都没有问题。求解决方案
(附:code runner 使用 ios::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr); 有时候也会有问题出现(无法输出)。)