int main() { int i = 4; double d = 4.0; string s = "HackerRank "; int i2; double d2; string s2; cin>>i2;