diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-15 15:09:13 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-15 15:09:13 +0700 |
commit | 9e28e4c7b67c54229df11d355047ac8a88ea1817 (patch) | |
tree | 0d9d40db69613c2c49564a3f1987a005d61f4db3 /THT/C/TP-2018/guess.scm | |
parent | 67393f42f41ab92219deb549f711121c4dab845b (diff) | |
download | cp-9e28e4c7b67c54229df11d355047ac8a88ea1817.tar.gz |
Normalize pathname
Diffstat (limited to 'THT/C/TP-2018/guess.scm')
-rw-r--r-- | THT/C/TP-2018/guess.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/THT/C/TP-2018/guess.scm b/THT/C/TP-2018/guess.scm deleted file mode 100644 index 2274605..0000000 --- a/THT/C/TP-2018/guess.scm +++ /dev/null @@ -1,8 +0,0 @@ -(with-input-from-file "GUESS.INP" - (lambda () - (with-output-to-file "GUESS.OUT" - (lambda () - (let* ((a (read)) - (b (read))) - (display ((list-ref (list + - *) (random 3)) a b)) - (newline)))))) |