摘要: A. Lucky Ticket 题意:就是说4与7是幸运数字,用4和7组成的数字也是幸运数字,问所给数字是不是幸运数字 思路:直接敲 代码: 1 #include<iostream> 2 #include<cstdio> 3 #include<cmath> 4 #include<cstring> 5 阅读全文
posted @ 2020-12-17 21:57 bonel 阅读(332) 评论(0) 推荐(0)