0
点赞
收藏
分享

微信扫一扫

C++ Primer Plus 0001

梦想家们 2022-01-10 阅读 129

#include <iostream>
int main()
{
using namespace std;
int apple;
=25;
cout<<"I have "<<carrots<<" carrots."<<endl;
carrots=carrots-1;
cout<<"Courch,courch!Now,I have "<<carrots<<" carrots"<<endl;
 return 0;} 

举报

相关推荐

C++ Primer Plus

【C++ Primer Plus习题】16.2

【C++ Primer Plus习题】12.4

C++ Primer Plus 第七章

C++ Primer Plus 第11章笔记

C++ Primer Plus 第17章笔记

C++ Primer Plus 第16章笔记

0 条评论