Answers to ACM platform questions from Shandong University of Technology about C language 1015 A + B for Input-Output Practice

Source: Internet
Author: User

A + B for Input-Output Practice (VI) Time Limit: 1000 ms Memory limit: 65536 K any questions? Click Here ^_^ Description: the Your task is to calculate the sum of some integers. input contains multiple test cases, and one case one line. each case starts with an integer N, and then N integers follow in the same line. output For each test case you shoshould output the sum of N integers in one line, and with one line of output for each line in input. sample Input
4 1 2 3 45 1 2 3 4 5
Sample output
1015
HDOJ

# Include
Void main ()
{
Int a, I, j, m;
While (scanf ("% d", & I )! = EOF)
{
J = 0;
For (m = 0; m {
Scanf ("% d", & );
J = j +;
}
Printf ("% d \ n", j );
}
}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.