#279. endsLy
endsLy
Background
Description
Given a string, return true if it ends in "ly".
Format
Input
Output
Samples
oddly
true
y
false
oddy
false
Limitation
1s, 1024KiB for each test case.
Given a string, return true if it ends in "ly".
oddly
true
y
false
oddy
false
1s, 1024KiB for each test case.
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.