C++ 試題 算法提高 高精度除高精度

#include<bits/stdc++.h> #include<iostream> using namespace std; int main() {     long long int a,b;     cin>>a>>b;     if(b==0)     return 0;     cout<<a/b;     return 0; }
相關文章
相關標籤/搜索