А вы знали, что в C++ есть оператор "стремится к"? И мало того, что код ниже компилируется, так он еще и выводит ожидаемые 210?
int main() { int x = 3; while (x --> 0) { std::cout << x; } }
На самом деле такого оператора нет( и тут просто вместе написаны два оператора –– и >. Компилятору просто без разницы, если ли между ними пробел или нет. А условие в цикле это просто (x–– > 0).
А вы знали, что в C++ есть оператор "стремится к"? И мало того, что код ниже компилируется, так он еще и выводит ожидаемые 210?
int main() { int x = 3; while (x --> 0) { std::cout << x; } }
На самом деле такого оператора нет( и тут просто вместе написаны два оператора –– и >. Компилятору просто без разницы, если ли между ними пробел или нет. А условие в цикле это просто (x–– > 0).
BY Миша пишет код
Warning: Undefined variable $i in /var/www/group-telegram/post.php on line 260
You may recall that, back when Facebook started changing WhatsApp’s terms of service, a number of news outlets reported on, and even recommended, switching to Telegram. Pavel Durov even said that users should delete WhatsApp “unless you are cool with all of your photos and messages becoming public one day.” But Telegram can’t be described as a more-secure version of WhatsApp. I want a secure messaging app, should I use Telegram? "He has kind of an old-school cyber-libertarian world view where technology is there to set you free," Maréchal said. The picture was mixed overseas. Hong Kong’s Hang Seng Index fell 1.6%, under pressure from U.S. regulatory scrutiny on New York-listed Chinese companies. Stocks were more buoyant in Europe, where Frankfurt’s DAX surged 1.4%. Following this, Sebi, in an order passed in January 2022, established that the administrators of a Telegram channel having a large subscriber base enticed the subscribers to act upon recommendations that were circulated by those administrators on the channel, leading to significant price and volume impact in various scrips.
from tw