Sum of Sequence

# Introduction In this challenge, you are asked to implement a C language program that can read in several integers, then calculate and output the sum of the input integers. The program should be able to accept the sequence of numbers as arguments to the compiled executable file, rather than using the `scanf()` function for input, as the latter would cause the test system to time out.

|60 : 00

Click the virtual machine below to start practicing