C++ 试题 算法提高 高精度除高精度

C++ 试题 算法提高 高精度除高精度_第1张图片

#include
#include
using namespace std;
int main()
{
    long long int a,b;
    cin>>a>>b;
    if(b==0)
    return 0;
    cout<     return 0;
}

你可能感兴趣的:(c++,算法)