rt
#include<bits/stdc++.h> using namespace std; int main(){ int s,f = 0,d; cin>>s; for(int i;i >= s;i++){ f += 1; d = f*f; } cout<<d; }
求help