题解列表

筛选

萌新出品 2998: 电影票

摘要:参考代码:#include<iostream>using namespace std;int main(){  int x;    cin >> x;    cout << x <<" "<< 10 ……

3012: 分苹果

摘要:``` #include using namespace std; int main(){ int n,i_phone=0,cut=0; cin>>n; for(int i=1……

2824: 求出e的值

#求e的值##题解一层循环定义累加二层循环定义另一个数最后相除```#includeusingnamespacestd;intmain(){intm;doubleb=0,c=1;cin>>m;for(doublea=1;a

2749: Hello, World!

摘要:高级解法之画蛇添足 ``` #include using namespace std; int main(){ string a="Hello",b="World!" co……