rt,今天用 algorithm 头文件中的 __gcd 时,编译器报了这个错误:
algorithm
__gcd
error: use of undeclared identifier '__gcd'
后来尝试把 c++ 标准改成 c++20,还是不行,所以有没有大佬知道这是什么情况还有怎么办。