问个很菜的关于cin 的问题
1#include<iostream.h>2voidmain()3{4inta,b;5cout<<"inputaandb"<<endl6cin>>a>>b;7cout<<...
1 #include<iostream.h>
2 void main()
3 {
4 int a,b;
5 cout<<"input a and b"<<endl
6 cin>>a>>b;
7 cout<<"a+b="<<a+b<<endl;
8 }
编译时显示:[Error] E:\My Documents\C-Free\Untitled1.cpp:6: parse error before `>'
这是为什么?如果int a,b之后直接cin就没问题,为什么加了cout之后就有问题?本人才刚学了几天,如果太菜大家不要笑话,谢谢了
谢谢,问题解决了,但是为什么报错报第六行呢? 展开
2 void main()
3 {
4 int a,b;
5 cout<<"input a and b"<<endl
6 cin>>a>>b;
7 cout<<"a+b="<<a+b<<endl;
8 }
编译时显示:[Error] E:\My Documents\C-Free\Untitled1.cpp:6: parse error before `>'
这是为什么?如果int a,b之后直接cin就没问题,为什么加了cout之后就有问题?本人才刚学了几天,如果太菜大家不要笑话,谢谢了
谢谢,问题解决了,但是为什么报错报第六行呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询