std∷cin>>...
如果你那个头文件写的和他一样那可能要加std;但如果你写成这样:
#include <bits/stdc++.h>
using namespace std;
int main()
{
return 0;
}
那就不用