You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CodeGuerra , hosted by Opencode, is on its way. The Competitive Coding (CC) wing of GeekHeaven is busy preparing for it. As they gear up for the event, they've tasked participants with creating a CP (Competitive Programming) problem from scratch. This task aims to provide insight into what goes into organizing such a contest.
To ensure your problem gets merged, it must meet the following criteria:
1.Originality: It should not be replicated from any CP platform such as CodeChef or Codeforces.
2.Attribution: If you draw inspiration from an existing problem, provide a link to it.
3.The mentor will verify the eligibility of your problem based on this reference if inspiration is drawn.
You need to submit the problem in the specified format:
1.create Folder named "GitHubusername" in Problem-setting and add
2.Text file "statement.txt" with the problem's name and statement in it
3."solution.cpp" file containing the solution
4."test0.in" and "test0.out" files for sample input and output
5."explanation.txt" detailing the solution
You're allowed to submit exactly one problem. Folder should be named "githubusername-1".
You can submit your problems till CodeGuerra (5th January 8:00 PM) ,any PR after that will not be eligible
For any query regarding task you can contact mentors on discord.
The text was updated successfully, but these errors were encountered:
The CodeGuerra , hosted by Opencode, is on its way. The Competitive Coding (CC) wing of GeekHeaven is busy preparing for it. As they gear up for the event, they've tasked participants with creating a CP (Competitive Programming) problem from scratch. This task aims to provide insight into what goes into organizing such a contest.
To ensure your problem gets merged, it must meet the following criteria:
You need to submit the problem in the specified format:
1.create Folder named "GitHubusername" in Problem-setting and add
2.Text file "statement.txt" with the problem's name and statement in it
3."solution.cpp" file containing the solution
4."test0.in" and "test0.out" files for sample input and output
5."explanation.txt" detailing the solution
You're allowed to submit exactly one problem. Folder should be named "githubusername-1".
You can submit your problems till CodeGuerra (5th January 8:00 PM) ,any PR after that will not be eligible
For any query regarding task you can contact mentors on discord.
The text was updated successfully, but these errors were encountered: