10 2019 档案

L1-027 出租
摘要:#include <iostream> #include <algorithm> using namespace std; int main() { int data[11],arr[11]; int index[11]; for(int i=0;i<11;i++) { scanf("%1d",&d 阅读全文

posted @ 2019-10-24 12:40 TigerDZ 阅读(113) 评论(0) 推荐(0)

L1-023 输出GPLT
摘要:#include <iostream> #include <algorithm> #include <cmath> #include <map> #include <cstdio> #include <sstream> #include <cstring> #include <cctype> usi 阅读全文

posted @ 2019-10-23 18:58 TigerDZ 阅读(117) 评论(0) 推荐(0)

L1-017 到底有多二
摘要:#include #include #include #include #include #include #include #include using namespace std; #define maxn 3000 int main() { string s; cin >>s; float ans = 0; int flag =1; if... 阅读全文

posted @ 2019-10-22 19:40 TigerDZ 阅读(223) 评论(0) 推荐(0)

L1-016 查验身份证
摘要:#include #include #include #include #include #include #include #include using namespace std; #define maxn 3000 int main() { string ids[maxn] ; int N,count=0; cin >>N; int we... 阅读全文

posted @ 2019-10-22 12:35 TigerDZ 阅读(146) 评论(0) 推荐(0)

L1-015 跟奥巴马一起画方块 (15 分) 四舍五入
摘要:#include <iostream> #include <algorithm> #include <cmath> #include <map> #include <cstdio> #include <sstream> using namespace std; #define maxn 3000 i 阅读全文

posted @ 2019-10-21 19:50 TigerDZ 阅读(254) 评论(0) 推荐(0)

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 阅读(74) 评论(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 阅读(164) 评论(0) 推荐(0)

导航