#include #include #include #include using namespace std; main() { int max1=0; int max2=2; int x; for(int i=1; i<=100;i++){ x=rand();{ if(x>max1){ max2=max1; max1=x;{ `;'else if (x>max2) max2=x; } cout<<"max="<