ACM入坑来第一篇博客

#include<bits/stdc++.h>
using namespace std;
int main(void)
{
    printf("Hello CSDN!\n");
    return 0;
}