DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
951 stars 364 forks source link

Does DMOJ support multiple answer? #2287

Closed huyitus closed 1 year ago

huyitus commented 1 year ago

The problem content is generating two integers that the sum of them is 10. So, the problem has countless answer. Does DMOJ support multiple answer?

kiritofeng commented 1 year ago

Yes; see https://docs.dmoj.ca/#/problem_format/custom_checkers?id=custom-checkers-1 for an example.