测试图片显示

测试代码块

print('hello world')
int main(argc, **argv)
{
for(i = 0; i < argc; i++)
{
cout << argv[i];
}
}