© 2002 - 2025 Diary.ru
#include <iostream> int main() { std::cout<<"Hello, world!"<<std::endl; int a=0,b=0; if(a<b) b=a; if(a>=b) a=b; return 0; }