这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《警示后人》回复:
P1908森林法则是吧
输出时用ends过不了,ends和" "有区别吗?求解```cpp #include #include #include using namespace std; int main() { int n,m; long long a=0,b=0;//a正方形数 b长方形数 cin>>n>>m; for(int i=1;i…