网站首页 站内搜索

搜索结果

查询Tags标签: Integers,共有 18条记录
  • 题目 1085: A+B for Input-Output Practice (I)

    题目 1085: A+B for Input-Output Practice (I) 题目描述: Your task is to Calculate a + b. Too easy?! Of course! I specially designed the problem for acm beginners. You must have found that some problems have the same titles with this one, yes, all the…

    2021/5/23 10:28:30 人评论 次浏览
  • java类反射越过泛型检查

    import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList;//通过反射越过泛型检查 public class ReflectDemo6 {public static void main(String[] args) throws NoSuchMethodException, InvocationTargetExce…

    2021/5/3 22:55:23 人评论 次浏览
  • 《算法竞赛进阶指南》0x42 T2 A Tiny Problem with Integers

    题目传送门 题目描述 给定长度为 NNN 的数列 AAA,然后输入 MMM 行操作指令。 第一类指令形如 CCC lll rrr ddd,表示把数列中第 l∼rl∼rl∼r 个数都加 ddd。 第二类指令形如 QQQ xxx,表示询问数列中第 xxx 个数的值。 对于每个询问,输出一个整数表示答案。 输入格式 第…

    2021/4/9 14:25:52 人评论 次浏览
共18记录«上一页12下一页»
扫一扫关注最新编程教程