测试一下博客的功能
helloworld
1 #include<cstdio> 2 #include <iostream> 3 using namespace std; 4 int main() 5 { 6 printf("hello,world "); 7 return 0; 8 }