fix table
This commit is contained in:
parent
91dbc4560c
commit
82444412aa
1 changed files with 18 additions and 18 deletions
|
|
@ -396,24 +396,24 @@ Interface ~
|
||||||
|
|
||||||
The run panel uses the following table layout: >
|
The run panel uses the following table layout: >
|
||||||
|
|
||||||
┌─────┬────────┬──────────────┬───────────┬──────────┬─────────────┐
|
┌─────┬────────┬──────────────┬───────────┬──────────┬──────────┬─────────────┐
|
||||||
│ # │ Status │ Runtime (ms) │ Time (ms) │ Mem (MB) │ Exit Code │
|
│ # │ Status │ Runtime (ms) │ Time (ms) │ RSS (MB) │ Mem (MB) │ Exit Code │
|
||||||
├─────┼────────┼──────────────┼───────────┼──────────┼─────────────┤
|
├─────┼────────┼──────────────┼───────────┼──────────┼──────────┼─────────────┤
|
||||||
│ 1 │ AC │ 12.0 │ 2000 │ 256 │ 0 │
|
│ 1 │ AC │ 12.0 │ 2000 │ 123 │ 256 │ 0 │
|
||||||
│> 2 │ WA │ 45.70 │ 2000 │ 256 │ 1 │
|
│ >2 │ WA │ 45.70 │ 2000 │ 100 │ 256 │ 1 │
|
||||||
├─────┴────────┴──────────────┴───────────┴──────────┴─────────────┤
|
├─────┴────────┴──────────────┴───────────┴──────────┴──────────┴─────────────┤
|
||||||
│Input: │
|
│ Input: │
|
||||||
│5 3 │
|
│ 5 3 │
|
||||||
├─────┬────────┬──────────────┬───────────┬──────────┬─────────────┤
|
├─────┬────────┬──────────────┬───────────┬──────────┬──────────┬─────────────┤
|
||||||
│ 3 │ AC │ 9.0 │ 2000 │ 256 │ 0 │
|
│ 3 │ TLE │ 9.0 │ 2000 │ 256 │ 256 │ 136 (SIGBUS)│
|
||||||
│ 4 │ RTE │ 0.0 │ 2000 │ 256 │139 (SIGUSR2)│
|
│ 4 │ RTE │ 0.0 │ 2000 │ 256 │ 256 │139 (SIGUSR2)│
|
||||||
└─────┴────────┴──────────────┴───────────┴──────────┴─────────────┘
|
└─────┴────────┴──────────────┴───────────┴──────────┴──────────┴─────────────┘
|
||||||
┌──────────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||||
│Expected vs Actual │
|
│ Expected vs Actual │
|
||||||
│423 │
|
│ 423 │
|
||||||
│100 │
|
│ 100 │
|
||||||
│hello world │
|
│ hello world │
|
||||||
└──────────────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────────────────────────┘
|
||||||
|
|
||||||
Status Indicators ~
|
Status Indicators ~
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue