// Sqrt Calculation #include using namespace std; int main(){ int n, a=1, b; cin >> n; for(int i=2; i