#include #include using namespace std; int main(){ int n = 7; int x; for(int i=0; i> x; assert(1<=x && x<=100); } assert( !(cin>>x) ); return 0; }