You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int main(int argc,string argv[]){unsigned long long input=get_long_long("Input a number to square: ");printf("Your result is: %llu\n",input*input);return 0;}