Edit: Nvm AC
Code: Select all
// AC
Code: Select all
// AC
How is it that this is a valid solution? Why isn't the valid solution the following:brianfry713 wrote:Input:AC output:Code: Select all
3 move 0 onto 1 move 1 onto 2 quit
Code: Select all
0: 0 1: 2: 2 1
Code: Select all
0:
1: 0
2: 2 1
Code: Select all
// AC