摘要:
一、问题: 输入: 6 70 1 1 1 0 0 10 0 1 0 0 0 00 0 0 0 1 0 00 0 0 1 1 1 01 1 1 0 1 0 01 1 1 1 0 0 0 输出: 4 代码: #include<iostream> #include<algorithm> #include< 阅读全文
摘要:
一、问题: 输入: 5 83 5 1 2 24 5 2 1 3 输出: 10 代码: #include<iostream> #include<algorithm> #include<vector> #include<cstdio> #include<cstdlib> using namespace 阅读全文