#include using namespace std; int main(){ int x=15; int j=0; int man=0; while(man<312){ j++; x=x+2; man=man+x; } cout<