`
jkbjxy
  • 浏览: 84305 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

1001:Sum Problem

阅读更多
Problem Description
Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge).
In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n.
Input
The input will consist of a series of integers n, one integer per line.
Output
For each case, output SUM(n) in one line, followed by a blank line. You may assume the result will be in the range of 32-bit signed integer.

Sample Input
1 100

Sample Output
1 5050
answer:


注意点:最后一行的空格要写成:\r\n,windows中的空格就是这样!

 

分享到:
评论

相关推荐

    杭电ACM-HDUOJ 1001 SUM problem

    ### 杭电ACM-HDUOJ 1001 SUM problem #### 题目背景与概述 杭电ACM-HDUOJ 1001 SUM problem 是一道非常基础且适合编程初学者练习的题目。根据描述,这道题目是“A+B PROBLEM”的一种变形,主要考察的是循环结构和...

    子数组最大和 Maximal Contiguous Subsequent Sum Problem

    ### 子数组最大和问题(Maximal Contiguous Subsequent Sum Problem) #### 一、问题定义与背景 在计算机科学领域,子数组最大和问题(Maximal Contiguous Subsequent Sum Problem)是一个经典的问题,旨在从一个...

    程序员为什么还要刷题-two-sum-problem-g-416:二和问题-g-416

    程序员常刷题二和问题 介绍 在本节中,我们将给您两个求和问题,然后我们要求您像在面试中一样处理这个问题。 所以这意味着你应该像考虑获得正确答案一样考虑你的过程。 您现在想使用这些指南来练习正确的习惯,以便...

    C#,子集和问题(Subset Sum Problem)的算法与源代码

    C#,子集和问题(Subset Sum Problem)的算法与源代码 1 子集和问题(Subset Sum Problem) 给定一组非负整数和一个值和,确定给定集合中是否存在和等于给定和的子集。 示例: 输入:set[]={3,34,4,12,5,2},...

    sum it up !

    Given a specified total t and a list of n integers, find all distinct sums using numbers from the list that add up ... and a single number counts as a sum.) Your job is to solve this problem in general.

    杭电acm1001

    杭电acm第1001题,Sum Problem

    leetcode打不开-leetcode:leetcode

    Problem (0/1, unbounded) (#DP 322. Coin Change) Tip4: backtrace or K sum remove duplicates if i != 0 and n == nums[i-1]: (#15. 3Sum) if idx > start and nums[idx] == nums[idx-1]: continue (#40. ...

    subset-sum:使用递归回溯实现子集和问题

    作为提供实现SubsetSum类包中包含的io.gitbub.thehappybug.Algorithms 。 编译 可以使用make工具编译项目: $ make javac io/github/thehappybug/Algorithms/SubsetSum.java 跑步 使用以下命令运行类SubsetSum的...

    3Sum solution

    3sum problem and solution.

    Inverse Problem Theory and Methods for Model Parameter Estimation

    \[ J(m) = \sum_{i=1}^{n} (g_i(m) - d_i)^2 \] 其中,\(g_i(m)\)是根据模型参数m计算得到的第i个观测值的预测值,\(d_i\)是第i个观测值的实际值。 **讨论与扩展** - **参数不确定性处理**:在实际情况中,地震波...

    MySQL数据库考试试题.docx

    1. 聚合函数:SUM 函数用于求数据总和(Problem 1) 在 MySQL 中,SUM 函数用于对表中的数据进行求和操作。例如,SELECT SUM(salary) FROM employees; 可以计算员工的总薪水。 2. 游标声明:DECLARE CURSOR 语句...

    the total least squares problem computational aspect and analysis

    整体最小二乘问题(The Total Least Squares Problem)是统计学与数值分析领域中的一个重要概念,尤其是在处理具有误差的数据集时尤为关键。本文将基于提供的标题、描述、标签以及部分内容,深入探讨整体最小二乘的...

    CSUOJ,264个问题的正确代码

    在Problem1001中,使用了Java语言来实现一个简单的程序。该程序接收用户输入的整数n,并输出n行星号。这段代码展示了Java的基本语法,包括类定义、方法声明、条件语句等。关键代码如下: ```java import java.util....

    POJ2739-Sum of Consecutive Prime Numbers

    【描述】该题目来源于北京大学的在线编程平台POJ(Problem Online Judge),编号为2739,名为"Sum of Consecutive Prime Numbers"。这是一道关于算法与数论的编程题目,要求参赛者编写程序来计算连续的素数之和。...

    Efficient CPU-GPU cooperative computing for solving the subset-sum problem

    本文的焦点是“Efficient CPU-GPU cooperative computing for solving the subset-sum problem”,它针对的是如何更有效地利用CPU和GPU资源来解决子集和问题,这是一个在计算机科学中具有挑战性的计算问题。...

    Java™ Puzzlers: Traps, Pitfalls, and Corner Cases.chm

    Puzzle 56: Big Problem Puzzle 57: What's in a Name? Puzzle 58: Making a Hash of It Puzzle 59: What's the Difference? Puzzle 60: One-Liners Puzzle 61: The Dating Game Puzzle 62: The Name Game Puzzle 63...

    旅行售货员lingo程序.zip

    旅行售货员问题(Travelling Salesman Problem,简称TSP)是运筹学中一个经典的组合优化问题,它源于实际生活中的场景:一个售货员需要访问多个城市,每个城市只访问一次,并在结束时返回起点,目标是最小化旅行的总...

    杭电题目acm答案

    - **Examples**: Calculating the sum of a sequence of numbers in `1001 Sum Problem` and sorting ASCII codes in `2000 ASCII Code Sorting`. - **Debugging and Testing**: Ensuring that programs run ...

    hutc-Factorial Problem 参考代码

    #### 描述:“hutc-Factorial Problem 参考代码hutc-Factorial Problem 参考代码hutc-Factorial Problem 参考代码” - 描述部分重复了三次同样的内容,这可能是无意中的复制粘贴错误。从描述中可以确定这段代码是...

Global site tag (gtag.js) - Google Analytics