diff --git a/0228/162.cpp b/0228/162.cpp new file mode 100644 index 0000000..3daff31 --- /dev/null +++ b/0228/162.cpp @@ -0,0 +1,16 @@ +#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<