Merge pull request #136 from barrett-ruth/fix/typing

fix ascii table docs
This commit is contained in:
Barrett Ruth 2025-10-03 06:05:07 +02:00 committed by GitHub
commit b338ee6ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,24 +396,24 @@ Interface ~
The run panel uses the following table layout: >
┌─────┬────────┬──────────────┬───────────┬──────────┬─────────────┐
│ # │ Status │ Runtime (ms) │ Time (ms) │ Mem (MB) │ Exit Code │
├─────┼────────┼──────────────┼───────────┼──────────┼─────────────┤
1 │ AC │ 12.0 │ 2000 │ 256 │ 0
> 2 │ WA │ 45.70 │ 2000 │ 256 │ 1
├─────┴────────┴──────────────┴───────────┴──────────┴─────────────┤
┌─────┬────────┬──────────────┬───────────┬──────────┬──────────┬─────────────┐
│ # │ Status │ Runtime (ms) │ Time (ms) │ RSS (MB) │ Mem (MB) │ Exit Code │
├─────┼────────┼──────────────┼───────────┼──────────┼──────────┼─────────────┤
1 │ AC │ 12.0 │ 2000 │ 123 │ 256 │ 0
>2 │ WA │ 45.70 │ 2000 │ 100 │ 256 │ 1
├─────┴────────┴──────────────┴───────────┴──────────┴──────────┴─────────────┤
│ Input: │
│ 5 3 │
├─────┬────────┬──────────────┬───────────┬──────────┬─────────────┤
3 │ AC │ 9.0 │ 2000 │ 256 │ 0
4 RTE 0.0 2000 │ 256 │139 (SIGUSR2)│
└─────┴────────┴──────────────┴───────────┴──────────┴─────────────┘
┌──────────────────────────────────────────────────────────────────┐
├─────┬────────┬──────────────┬───────────┬──────────┬──────────┬─────────────┤
3 │ TLE │ 9.0 │ 2000 │ 256 │ 256 │ 136 (SIGBUS)
4 │ RTE 0.0 2000 256 │ 256 │139 (SIGUSR2)│
└─────┴────────┴──────────────┴───────────┴──────────┴──────────┴─────────────┘
┌─────────────────────────────────────────────────────────────────────────────
│ Expected vs Actual │
│ 423 │
│ 100 │
│ hello world │
└──────────────────────────────────────────────────────────────────┘
└─────────────────────────────────────────────────────────────────────────────
Status Indicators ~