Senior
// Ավտոմատ լրացման համար իրականացնել ֆիլմերի համար: // մուտքագրված առաջին 3+ տառերի համար ցուցադրել լավագույն 3 համապատասխանությունները ըստ այբբենական կարգի: // ["macarthur", "interstellar", "intrusion", "macao", "into the abyss", "internship"] // me -> [] // mac -> ["macao", "macarthur", "machinist"] // int -> ["internship", "interstellar", "into the abyss"] // interstellar -> ["interstellar"] // intr -> ["intrusion"] // intrusion -> ["intrusion"] // into -> ["into the abyss"] // stellaris -> [] package main func main() {}
sobes.tech AI
Պատասխան AI-ից
Այս կոդը իրականացնում է ավտոմատ լրացում՝ հիմնվելով առաջին 3 կամ ավելի տառերի վրա և վերադարձնում է մինչև երեք համապատասխանություններ այբբենական կարգով։