Hello World!

1
2
3
4
5
6
7
#include<bits/stdc++.h>
using namespace std;
int main()
{
puts("Hello World!");
return 0;
}

首先感谢HK大神帮我搭起了这个博客

此博客供我私人学习交流使用,因为我实力有限,部分博文来自网络,侵删

更全的题目在www.github.com/shuitiacji/problem