thabit
Contests
Problemset
Announcements
Posts
Custom Run
Login
Register
Title
×
PSUT Coding Marathon IX
The Tortoise and the Hare
1013378
Source Code
#include <stdio.h> int main(void) { int h,t; scanf("%d%d",&h,&t); printf("%d",h/t); return 0;}
Copy
The Tortoise and the Hare
Ayoooy
GNU G++17
2 ms
1.0 MB
Accepted