Problemset Setup
A set of problems
problems/problemset1/
problemset.json
problem1.1
problem1.2
problem1.3
...
problemset2/
problemset.json
problem2.1
problem2.2
problem2.3
...{
"name":"Some problemset", //the name of the problemset
"stTime":0, //the start time of the problemset,
"edTime":1145141919810, //the freeze time of the problemset
"scheme":"first" //Which submission to show in the standing? Can be one in "first" "last" "best"
}Last updated