运行中
运行中
全部文章
分类
归档
标签
去牛客网
登录
/
注册
运行中的博客
全部文章
(共2篇)
题解 | 田忌赛马
#include<bits/stdc++.h> using namespace std; int main() { int a[3], b[3],c[3]={0,0,0}; for(int i=0;i<3;i++)cin>>a[i]; for(in...
2025-11-12
0
8
题解 | 绝命沙虫
#include <bits/stdc++.h> using namespace std; typedef long long ll; int n; double m; int sum1=0; ll min(int x,ll y){ if(x>y)r...
2025-11-07
0
14