aniervs / GraderMock

This is a project to complete live during a programming class, where some assignments are to solve issues. This project mocks a system from standard programming competitions (I/O checks, and AC,WA,MLE,TLE,RTE verdicts)
0 stars 2 forks source link

Problem page #5

Open aniervs opened 7 months ago

aniervs commented 7 months ago

Implement the page that shows the information of a problem, and has a button to submit. When pressing that submit button, it redirects to the submit page (the one we've been using). Notice now the submit page needs to know which problem it is referring to.

Saman833 commented 7 months ago

Me