如图,试了网上的各种方法,仍然编译错误,虽然用的不是 Linux 系统(Win7), 但是我们机房的其他人都可以编译通过.

<stdin>:8:1: error: expected unqualified-id before '__int128'
<stdin>:9:1: error: '__int128_t' does not name a type; did you mean 'uint32_t'?
<stdin>:10:1: error: '__uint128_t' does not name a type; did you mean 'uint32_t'?
第二和第三个都是因为没有这个类型名,那第一个又是什么意思呢?
编译器:MinGW GCC10.2.0 32-bit Release
语言标准:GUN C++14
求大佬帮助!