首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
yssjtu的代码贴
→
C++
[C++]小白求助 为什么else后面的语句一直不执行?比如说输入rz的时候一直显示的是01826而不是1826
#include<iostream>
using namespace std;
int main()
{
char letter1,letter2;
int a,b;
cout<<"Please enter the 1st letter:"<<endl;
cout<<"Please enter the 2nd letter:"<<endl;
cin>>letter1>>letter2;
......................
阅读全部
| 2018年10月3日 11:18
1
yssjtu
全部(1)
C++(1)