2019年10月17日

L1-008 求整数段和

摘要: #include <iostream> #include <algorithm> #include <cmath> #include <map> #include <cstdio> using namespace std; #define maxn 3000 int main() { int a,b 阅读全文

posted @ 2019-10-17 12:17 TigerDZ 阅读(66) 评论(0) 推荐(0) 编辑

L1-007 念数字

摘要: #include <iostream> #include <algorithm> #include <cmath> #include <map> using namespace std; #define maxn 3000 int main() { map<int,string> ma; ma[0] 阅读全文

posted @ 2019-10-17 11:54 TigerDZ 阅读(128) 评论(0) 推荐(0) 编辑

导航