- 分享
- 2008-12-15 13:11:12 @
用C++提交头文件怎么写……我写个iostream都报错……
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
#include "math.h"
四个头文件,只抱了iostream的错。
如果用C的话读入怎么写?
(我是学P长大的人)
1 条评论
-
青苹果fly LV 7 @ 2023-06-03 13:48:38
应该是
#include<bits.stdc++.h>
万能头文件,好用
- 1