#P5713. 【深基3.例5】洛谷团队系统
【深基3.例5】洛谷团队系统
Problem 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 minutes. If you upload private problems in a Luogu team, each problem only takes minutes, but before uploading, you also need to spend minutes one time to create and set up the team. Now you need to set up problems. If the total time spent setting up locally is shorter, output Local; otherwise, output Luogu.
Input Format
Input a positive integer , 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.
2
Local
50
Luogu
Hint
Constraints: .
Translated by ChatGPT 5