Problem Statement
Write a function int add(int a, int b) that returns the sum of two integers.
DEMO-C-32 โข Programming in C
Write a function int add(int a, int b) that returns the sum of two integers.
Two space-separated integers.
The sum as an integer.
Submit runs every public testcase in this browser. Results and code never leave this device.
5 7
12
-5 5
0
0 0
0
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question