Create a Stack that holds Stashes. Each Stash will hold five lines from an input file. Create the Stashes using new. Read a file into your Stack, then reprint it in its original form by extracting it from the Stack.
时间: 2023-04-10 17:01:58 浏览: 205
Stack Stack的实现
我可以回答这个问题。首先,我们需要定义一个 Stash 类,它可以存储五行输入文件。然后,我们可以使用 new 关键字创建 Stash 对象,并将其存储在 Stack 中。接下来,我们可以读取文件并将其存储在 Stack 中。最后,我们可以从 Stack 中提取文件并以原始形式重新打印出来。
阅读全文