#include int main() { // ダブルクォーテーションを含む文字列の出力 printf("This is a string with a double quote inside: \"%s\"\n", "Hello, World!"); return 0; }