5 lines
80 B
Text
5 lines
80 B
Text
|
|
print "Enter a string: "
|
||
|
|
let s scan str
|
||
|
|
print "Enter a number: "
|
||
|
|
let n scan int
|