l3ex2: A + B Problem
You cannot submit for this problem because the homework's deadline is due.
Background
Special for beginners, ^_^
Description
Given two integers x and y, print the sum.
Format
Files
You should submit a tar file containing a c source file main.c
Input
Two integers x and y, satisfying 0 <= x, y <= 32767.
Output
One integer, the sum of x and y.
Sample 1
Input
123 500
Output
623
Limitation
1s, 32MiB for each test case.
Lab 3
- Status
- Finished
- Problems
- 2
- Open Since
- 2018-06-08 20:00
- DDL
- 2018-06-15 23:59
- Extension
- 240.0 hour(s)