thabit
Contests
Problemset
Announcements
Posts
Custom Run
Login
Register
Title
×
PSUT Coding Marathon IX
The Tortoise and the Hare
1013090
Source Code
#include <iostream> using namespace std; int main() { int h,k; cin>>h>>k; cout<<h/k; return 0; }
Copy
The Tortoise and the Hare
fakher20
GNU G++17
3 ms
968 KB
Accepted