rangho/Grade assignment
Grade assignment by providing oracle source code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| question-id | Question ID that is passed as the first command line argument | yes | — |
| stdin-file | Path to file containing newline-separated list of inputs that is fed to standard input | yes | — |
| stdout-file | Path to file containing newline-separated list of expected values of standard output | no | — |
| time-limit | Maximum execution time allowed | no | 2s |
| memory-limit | Maximum memory usage allowed | no | 256m |
Outputs
| name | description |
|---|---|
| total-points | Number of correct testcases produced |
| max-points | Number of all testcases tested |
| time-out | Was the maximum time limit reached? |
| out-of-memory | Was the maximum memory limit reached? |