Files

12 lines
137 B
Plaintext
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
(OBJECT costs
()
(rel
(tuple
((Sid int) (Cost real))))
(
(1 7.0)
(2 9.0)
(7 17.0)
(8 3.0)
(27 6.0)))