dev c++使用注意事项

万能函数头

#include<bits/stdc++.h>

命名空间的声明

using namespace std;
原文地址:https://www.cnblogs.com/YC-L/p/13166269.html