求助大佬帮我看看这个代码怎么错了
查看原帖
求助大佬帮我看看这个代码怎么错了
364937
柯扬1412楼主2020/7/30 22:12
#include<bits/stdc++.h>
  using namespace std;
  int main(){
  int s;
  cin>>s;
  if(s==1)cout<<"Today,I ate "<<s<<" apple"<<endl;
  if(s>1)cout<<"Today,I ate "<<s<<" apples"<<endl;
  return 0;
  }
2020/7/30 22:12
加载中...