Projdev Eval 003 20260416234444
D 52 completed
Other
unknown / cpp · tiny
4
Files
520
LOC
0
Frameworks
3
Languages
Pipeline State
completedRun ID
#1535599Phase
doneProgress
0%Started
2026-04-16 16:25:41Finished
2026-04-16 16:25:41LLM tokens
0Pipeline Metadata
Stage
SkippedDecision
skip_tinyNovelty
16.07Framework unique
—Isolation
—Last stage change
2026-04-16 18:15:42Deduplication group #47258
Member of a group with 648 similar repo(s) — canonical #1577108 view group →
Citation: Repobility (2026). State of AI-Generated Code. https://repobility.com/research/
🧪 Code Distillation
Browse all specs →AI Prompt
Create a command-line application in C++ to manage an ICPC system, specifically addressing the requirements outlined for the "1986. ICPC Management System (2024 A)" problem. The system should be structured to handle input according to the specified format and generate output based on the problem's logic. Since this is for an ACMOJ problem, focus on implementing the core logic described in the assignment requirements, using C++ for the solution.
cpp icpc acmoj system competitive-programming command-line
Generated by gemma4:latest
Catalog Information
Create a command-line application in C++ to manage an ICPC system, specifically addressing the requirements outlined for the "1986. ICPC Management System (2024 A)" problem. The system should be structured to handle input according to the specified format and generate output based on the problem's logic. Since this is for an ACMOJ problem, focus on implementing the core logic described in the assignment requirements, using C++ for the solution.
Tags
cpp icpc acmoj system competitive-programming command-line
Quality Score
D
52.4/100
Structure
44
Code Quality
65
Documentation
38
Testing
0
Practices
78
Security
100
Dependencies
80
Strengths
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
None detected
Symbols
method14
struct3
class1
function1
Embed Badge
Add to your README:
