07/10/29 15:32:33
>>537
できました!
ありがとうございます。
%cのスキャンにはスペースが必要なんですね。
実行結果
Operation(0:enqueue 2:quit)0
input string : ab
String Queue : [ab]
head[0] tail[1]
Operation(0:enqueue 2:quit)0
input string : bc
String Queue : [ab] [bc]
head[0] tail[2]
Operation(0:enqueue 2:quit)