1 задачка в си++ пожалуйстаа
#include using namespace std;
void main(){ int ch(0); cout<<"Write \n";<br>cin>>ch; if(ch/100 !=0) { if ((ch%2==0)||((ch /10)%2==0)||((ch/100)%2 ==0)) cout<<"ok";<br>else cout<<"NO";}<br>else cout<<"error";<br> system("pause"); }