Digits
Time Limit: 5 SecMemory Limit: 1024 MiB
Example Input 1
86
1 3 4 5 10 25
Example Output 1
WIN
3 + 1 = 4
5 + 4 = 9
10 * 9 = 90
90 - 4 = 86
Example Input 2
10
1 1 1 1 1 1
Example Output 2
LOSE
Example Input 3
10
1 3 6 10 15 21
Example Output 3
WIN
Example Input 4
297
3 4 5 7 9 15
Example Output 4
WIN
4 + 3 = 7
15 - 7 = 8
8 * 5 = 40
40 - 7 = 33
33 * 9 = 297
© 2023-2025. All rights reserved.
Powered by @Rn
logo