按理来说是的,不用高精度要RE。不信你看:
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a/b; return 0; }