Jump to content

Recommended Posts

Posted

#include <iostream>  
#include <algorithm> 
using namespace std;
int main()
{
    double x, y;
    cin >> x >> y;
    cout << round(x / y / 1.0) << " ";
    return 0;
}
在visual studio

MD5:FD4AA1A463994E51E2AC25669A7C855C

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...