6666666666666666666666666666666666666666666666
@@ -0,0 +1,16 @@
#include<iostream>
using namespace std;
int main(){
int i=15,p=1,sum=i;
while(sum<312){
p++;
sum=sum+i;
i=i+2;
}
cout<<p<<" "<<i<<endl;
return 0;
The note is not visible to the blocked user.