2-2

j20252119 · updated April 20, 2026
/*E2-2*/
/*文字列の出力*/
#include <stdio.h>
int main()
{
    printf("price ¥1,980\r");
    printf("Now on \"SALE\"\n");
    return 0;
}
Output

Comments

Please sign up or log in to contribute to the discussion.