题解列表
台球碰撞(看题解自己敲啦一遍,题解写的真好【开心】)
摘要:解题思路:注意事项:acos(-1)=π,数学要学好啊!参考代码:#include#include#includeusing namespace std; int main() { int L,……
汽水题:较为标准的Python解法,参考了ChatGpt。
摘要:解题思路:注意事项:参考代码:def calculate_max_sodas(n): if n < 2: return 0 total_sodas = 0 remain……
C++ :蓝桥杯算法训练VIP-提货单
摘要:## C++ 结构体
```c++
#include
#include
#include
#include
#include
using namespace std;
str……
感谢支持,谢谢你们的支持
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,sum=0; cin>>n; ……
xiexie nuwhdxpigdx
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,sum=0; cin>>n; for(i……
感谢支持,谢谢你们的支持
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; for(in……