Skip to content

Creating baseline project for competitive programming designer using Replit

Notifications You must be signed in to change notification settings

ykomal/CompetitiveTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Practice

How to use?

  • 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 :

    • input - containing the set of inputs to be used to test the code against
    • output - containing the expected output of the code img
  • The output file can show 2 types of outputs as shown :

    • Passed!! - When the output generated by user code matched the expected output img
    • Failed - When it does not match against some inputs img
  • 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

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

About

Creating baseline project for competitive programming designer using Replit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages