赞题库-背景图
单项选择题

下面的程序段中,有( )处错误和警告。
#include<stdio.h>
int main()
int x;
cin>>x
cout<<x;

A.1
B.2
C.3
D.4