代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/101082/6243086
2a l3.2a
#print
Do
x sub i +y sub j
and
x sub i+y sub j
produce the same output?
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
3.1b 10
www.eeworm.com/read/101082/6243090
1c l4.1c
#print
Does the neqn input
.EQ
a
over
b
.EN
produce the same output as the input
.EQ
a over b
.EN
Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#log
#next
4.1d 10
4.2c 5
www.eeworm.com/read/101082/6243093
2b l7.2b
#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
www.eeworm.com/read/101082/6243110
2d l3.2d
#print
Does the equation
x sup pi sub i
produce the same output as
x sub i sup pi
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
3.1e 10
www.eeworm.com/read/101082/6243135
2b l8.2b
#print
Does the input
.EQ
e sup sqrt {pi x}
.EN
produce the same output as
.EQ
e sup sqrt pi x
.EN
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
9.1a 10
www.eeworm.com/read/101082/6243140
1g l5.1g
#print
It is often possible to leave out braces,
but when you do be sure that you get the
answer you really wanted.
For example, does
x sup a over b
produce the same output as
x sup {a over b}
Ans
www.eeworm.com/read/101082/6243146
1d l63.1d
#print
Will the command
m+
interchange lines "." and ".+1"?
Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#log
#next
63.1e 10
www.eeworm.com/read/101082/6243153
2d l18.2d
#print
What command will insert lines before the second line from the
end of the file? Type "answer XXX" where XXX is that command.
#copyin
#user
#uncopyin
#match $-2i
#match $-3a
#log
#next
18.2e 5
www.eeworm.com/read/101082/6243156
2c l17.2c
#print
What command do you type to go from the
shell to the editor? Type "answer X" where
X is the command name.
#copyin
#user
#uncopyin
#match ex
#log
#next
17.2d 5
www.eeworm.com/read/101082/6243177
1c l63.1c
#print
What command will move the current line
to the end of the file? Type
"answer COMMAND", where COMMAND is the command.
#copyin
#user
#uncopyin
#match m$
#match .m$
"m$" is easier.
#log
#next
63