Напиши функцию longest_word<'a>(a: &'a str, b: &'a str) -> &'a str, которая возвращает слово с наибольшей длиной из двух строк.
Но есть ограничение: ты не можешь копировать строки — только возвращать ссылку.
📌Пример:
fn main() { let s1 = String::from("pirate"); let s2 = String::from("gold");
let result = longest_word(&s1, &s2); println!("Longest: {}", result); // 👉 "pirate" }
🔍Подсказка: - Тебе нужно указать время жизни `'a` для всех аргументов и возвращаемого значения. - Если ты не укажешь 'a, компилятор не поймёт, какая ссылка может жить дольше. - Возвращать String нельзя — только &str (ссылка на строку).
Напиши функцию longest_word<'a>(a: &'a str, b: &'a str) -> &'a str, которая возвращает слово с наибольшей длиной из двух строк.
Но есть ограничение: ты не можешь копировать строки — только возвращать ссылку.
📌Пример:
fn main() { let s1 = String::from("pirate"); let s2 = String::from("gold");
let result = longest_word(&s1, &s2); println!("Longest: {}", result); // 👉 "pirate" }
🔍Подсказка: - Тебе нужно указать время жизни `'a` для всех аргументов и возвращаемого значения. - Если ты не укажешь 'a, компилятор не поймёт, какая ссылка может жить дольше. - Возвращать String нельзя — только &str (ссылка на строку).
The campaign, which security firm Check Point has named Rampant Kitten, comprises two main components, one for Windows and the other for Android. Rampant Kitten’s objective is to steal Telegram messages, passwords, and two-factor authentication codes sent by SMS and then also take screenshots and record sounds within earshot of an infected phone, the researchers said in a post published on Friday.
Tata Power whose core business is to generate, transmit and distribute electricity has made no money to investors in the last one decade. That is a big blunder considering it is one of the largest power generation companies in the country. One of the reasons is the company's huge debt levels which stood at ₹43,559 crore at the end of March 2021 compared to the company’s market capitalisation of ₹44,447 crore.