Source Code
#include <bits/stdc++.h>
#define int long long 
using namespace std;

int32_t main() {
	int h,t;
	cin>>h>>t;
	cout<<h/t<<endl;
	return 0;
}
Copy
The Tortoise and the Hare sarah_alsharif_
GNU G++17
3 ms
980 KB
Accepted