6 lines
103 B
Text
6 lines
103 B
Text
|
|
file open f using input.txt, read binary
|
||
|
|
file seek f eof
|
||
|
|
file seek f query
|
||
|
|
display r(loc)
|
||
|
|
file close f
|