本文分类:news发布日期:2025/11/23 16:57:43
打赏

相关文章

1008. Elevator (20)

1008. Elevator (20)#include "stdafx.h" #include <iostream>using namespace std;int main() {int n;scanf("%d", &n);int former = 0, i, res = n * 5, cur;for(i = 1; i <= n; i…

1006. Sign In and Sign Out (25)

1006. Sign In and Sign Out (25)#include "stdafx.h" #include <iostream> #include <string.h>using namespace std;int main() {int n;scanf("%d", &n);int i, j, hour[2], se…

1011. World Cup Betting (20)

1011. World Cup Betting (20)#include <iostream>using namespace std;int main() {int index[3], i, j;double max[3], cur;for(i = 0; i <= 2; i++){for(j = 0; j <= 2; j++){scanf("%lf", &…

2025 年 11 月东北地区商业秘密保护服务权威推荐榜:覆盖沈阳、北京、吉林、辽宁、长春、黑龙江制造业、高新技术企业、化工企业、中小型企业、上市公司,专业护航企业核心竞争力

2025 年 11 月东北地区商业秘密保护服务权威推荐榜:覆盖沈阳、北京、吉林、辽宁、长春、黑龙江制造业、高新技术企业、化工企业、中小型企业、上市公司,专业护航企业核心竞争力 在当今知识经济时代,商业秘密作为企业…

1010. Radix (25)

1010. Radix (25)#include "stdafx.h" #include <iostream> #include <string.h>using namespace std;long long getnumbychar(char c) {long long num;if(c >= 0 && c <= 9){num…

1001. A+B Format (20)

1001. A+B Format (20)#include "stdafx.h" #include <iostream> #include <algorithm> #include <queue> #include <stdlib.h> #include <string.h>using namespace std;int…

1002. A+B for Polynomials (25)

1002. A+B for Polynomials (25)#include "stdafx.h" #include <iostream> #include <map>using namespace std;int main() {int n1;scanf("%d", &n1);map<int, double> id…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部