about summary refs log tree commit diff
path: root/others/volume1/000.scm
diff options
context:
space:
mode:
Diffstat (limited to 'others/volume1/000.scm')
-rw-r--r--others/volume1/000.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/others/volume1/000.scm b/others/volume1/000.scm
new file mode 100644
index 0000000..2757887
--- /dev/null
+++ b/others/volume1/000.scm
@@ -0,0 +1,2 @@
+(display (let* ((a (read)) (b (read)) (c (read)) (d (read)))
+           (if (> c b) "NO\n" "YES\n")))