Problem Description

Two integers workMs and timeoutMs are given. Simulate a task that resolves after workMs. If it does not finish within timeoutMs, print TIMEOUT else DONE.

Input Format

One line: workMs timeoutMs.

Output Format

TIMEOUT or DONE.

Sample Test Case

Input:
50 10
Output:
TIMEOUT

Constraints

0

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next