-
Fork this repo
-
Open replit and the team where you want to add the new replit. In the secrets section add 2 secrets as shown :
-
The output file can show 2 types of outputs as shown :
-
Users are required to add the code in main.cpp file under the :
/** Add your code here **/
section -
In case the users want to test their outputs against standard input the
#include "main.h"
directive can be removed. It however needs to be added later to test against the secrets -
Remove the How to Use section and the images folder. Update the problem statement
Describe the problem statement here in detail
Input:
! Explain input and necessary constraints
Output:
! Explain output and necessary constraints
Sample Input:
6
3
60
Sample Output:
0
14