s = input("名前を記入しなさい ;")
y = int(input(f"よくぞ来た勇者{s}よ!。先ずは年齢を記入しなさい ;"))
このpythonのプログラムをC++での書き方を教えてください。
C++でpythonのformatにあたるのはどの関数ですか?
Go to list of users who liked
More than 3 years have passed since last update.
s = input("名前を記入しなさい ;")
y = int(input(f"よくぞ来た勇者{s}よ!。先ずは年齢を記入しなさい ;"))
このpythonのプログラムをC++での書き方を教えてください。
C++でpythonのformatにあたるのはどの関数ですか?
Register as a new user and use Qiita more conveniently
Go to list of users who liked