#include int main(void){ char str[64]; /* * このコメント文を消して,必要なプログラムコードを書き込みなさい. * 必要に応じて変数の宣言等を追加してよい. */ /* 文字列の表示 */ printf("%s\n", str); return 0; }