Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 621 Bytes

File metadata and controls

70 lines (42 loc) · 621 Bytes

I/O List

** -*- koshu -*-

p : source P /a /b
q : source Q /b /c

|== R : p | meet q

** -*- koshu -*-

|-- P  /a 10  /b 40
|-- Q  /b 40  /c 80

output

Command koshu calc.k A.k produces:

** -*- koshu -*-
**
**  INPUT
**    calc.k
**    A.k
**
**  OUTPUT
**    <stdout>
**

|-- R  /c 80  /a 10  /b 40

*** 1 judge 

**
**  SUMMARY
**       1 judge  on R
**       1 judge  in total
**

command

This document is produced by the command:

koshu-inout.sh -o A.md koshu calc.k A.k