Knowledge
String number to int number
string str = '94' ;
int num = '94' - '0' ;
三元運算
condition ? expression_if_true : expression_if_false;
確保最後一行不換行
if (i < n - 1) {
cout << "\n\n";
}
Are you sure to leave this team?
Once you delete your team, all team notes will be deleted and cannot be recovered. Please ensure you've exported or transfered these notes.
Enter team name before deleting it:
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up