P5713 [Deep Basic 3.Example 5] Luogu Team System
Description
Using the team system on Luogu makes it very convenient to add your own problems. If you set up the problems and testdata on your own computer, each problem takes $5$ minutes. If you upload private problems in a Luogu team, each problem only takes $3$ minutes, but before uploading, you also need to spend $11$ minutes one time to create and set up the team. Now you need to set up $n$ problems. If the total time spent setting up locally is shorter, output `Local`; otherwise, output `Luogu`.
Input Format
Input a positive integer $n$, which represents the number of problems that need to be set up.
Output Format
Output one line containing a string. If the total time spent setting up locally is shorter, output `Local`; otherwise, output `Luogu`.
Explanation/Hint
Constraints: $1 \leq n \leq 100$.
Translated by ChatGPT 5