编辑代码

#include <iostream>
using namespace std;
int main() 
{
    printf("Hello world");
	return 0;
}