/ Vijos / 讨论 / 分享 /

关于C++程序的提交……

用C++提交头文件怎么写……我写个iostream都报错……

#include "stdafx.h"

#include "iostream.h"

#include "string.h"

#include "math.h"

四个头文件,只抱了iostream的错。

如果用C的话读入怎么写?

(我是学P长大的人)

1 条评论

  • @ 2023-06-03 13:48:38

    应该是

    #include<bits.stdc++.h>
    

    万能头文件,好用

  • 1