#include using namespace std; int main() { for(int i=0;i<=10;i++) { int random=(int)rand(); if(random%2==0) cout<