А вы знали, что в 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
The news also helped traders look past another report showing decades-high inflation and shake off some of the volatility from recent sessions. The Bureau of Labor Statistics' February Consumer Price Index (CPI) this week showed another surge in prices even before Russia escalated its attacks in Ukraine. The headline CPI — soaring 7.9% over last year — underscored the sticky inflationary pressures reverberating across the U.S. economy, with everything from groceries to rents and airline fares getting more expensive for everyday consumers. "He has kind of an old-school cyber-libertarian world view where technology is there to set you free," Maréchal said. Apparently upbeat developments in Russia's discussions with Ukraine helped at least temporarily send investors back into risk assets. Russian President Vladimir Putin said during a meeting with his Belarusian counterpart Alexander Lukashenko that there were "certain positive developments" occurring in the talks with Ukraine, according to a transcript of their meeting. Putin added that discussions were happening "almost on a daily basis." The regulator said it had received information that messages containing stock tips and other investment advice with respect to selected listed companies are being widely circulated through websites and social media platforms such as Telegram, Facebook, WhatsApp and Instagram. In addition, Telegram's architecture limits the ability to slow the spread of false information: the lack of a central public feed, and the fact that comments are easily disabled in channels, reduce the space for public pushback.
from br