52分求救

P1480 A/B Problem

Whl0924 @ 2025-01-10 10:22:12


#include<bits/stdc++.h>
using namespace std;
int main(){
    long long a,b;
    cin>>a>>b;
    cout<<a/b;  
  return 0;
}

by duanyunhao @ 2025-01-10 10:48:13

这题要高精吧


|