在Dev中不包含头文件<cstdio>为啥能getchar()编译过?
<cstdio>
getchar()
代码:
#include<iostream> using namespace std; int main() { char a; a = getchar(); cout << a; }
NOI Online上的编译环境有这一条吗?
要抱铃了QAQ