我要重新开始学习c++!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main(){ int n,a,b,c,d,e; cin>>a>>b>>c>>d>>e; if(a<b){ if(a<c){ if(a<d){ if(a<e){ cout<<a; }else{ cout<<e; } }else if(d<…
要注意句子的最后有个点(句号)
怎么做呀? 我用的是if语句的嵌套,显示编译失败 试了很多遍 各位大佬,求调