Source Code
#include <bits/stdc++.h>

#define ll long long

#define endl "\n"

using namespace std;
int main() {
int h,t ;
cin >>h>>t;
cout << (h/t);
return 0 ; }
Copy
The Tortoise and the Hare Alice07
GNU G++17
3 ms
976 KB
Accepted