编辑代码

#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <stdio.h>
using namespace std;
int main()
{
	cout << "Hello JSRUN!   \n\n         - from C++ ." << endl;
	return 0;
}