#include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "Hello world" << endl;
return 0;
}
これがビルドできないんですが、何か原因わかりますか?
環境はwin10の64bit、c++2017です。