2019/09/02 (月) 23:59:35        [misao]
#include <iostream.h>

int main()
{
    cout << "こんにちは" << endl;
    return 0;
}