Problems
Was this helpful?
Was this helpful?
Endpoints for managing problems
Creates a new problem using the provided data.
Name of the problem
Sum of Two Numbers
Description of the problem
Calculate the sum of two integers.
Input data for the problem
1
Expected output data for the problem
3
Test cases for the problem (JSON)
{"in":"1","out":"3"}
Example cases for the problem (JSON)
{"in":"1","out":"3"}