blob: 281237b0656e1fd44377e04747cde665046ae0e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#print
Does the input
sum from {i = -n} to {i = +n}
produce the same output as the input
sum from i=-n to i=+n
Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#log
#next
7.1c
|