Browse Source

tetris_optimizer audit fix

content-update
OGordoo 5 years ago
parent
commit
aa3999947a
  1. 22
      subjects/tetris-optimizer/tetris-optimizer.audit.en.md

22
subjects/tetris-optimizer/tetris-optimizer.audit.en.md

@ -1,32 +1,32 @@
#### Functional
##### Try bad example 00 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/badexample00.md).
##### Try bad example 00 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/badexample00.md).
`ERROR`
###### Does the program prints the value above?
##### Try bad example 01 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/badexample01.md).
##### Try bad example 01 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/badexample01.md).
`ERROR`
###### Does the program prints the value above?
##### Try bad example 02 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/badexample02.md).
##### Try bad example 02 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/badexample02.md).
`ERROR`
###### Does the program prints the value above?
##### Try bad example 03 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/badexample03.md).
##### Try bad example 03 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/badexample03.md).
`ERROR`
###### Does the program prints the value above?
##### Try bad example 04 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/badexample04.md).
##### Try bad example 04 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/badexample04.md).
`ERROR`
###### Does the program prints the value above?
##### Try bad format (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/badformat.md).
##### Try bad format (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/badformat.md).
`ERROR`
###### Does the program prints the value above?
##### Try good example 00 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/goodexample00.md).
##### Try good example 00 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/goodexample00.md).
###### Does the result contain 0 empty spaces (0 '.')?
##### Try good example 01 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/goodexample01.md).
##### Try good example 01 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/goodexample01.md).
###### Does the result contain 9 empty spaces (9 '.')?
##### Try good example 02 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/goodexample02.md).
##### Try good example 02 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/goodexample02.md).
###### Does the result contain 4 empty spaces (4 '.')?
##### Try good example 03 (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/goodexample03.md).
##### Try good example 03 (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/goodexample03.md).
###### Does the result contain 5 empty spaces (5 '.')?
##### Try hard example (https://github.com/01-edu/public/blob/master/subjects/tetrisoptimizer/hardexam.md).
##### Try hard example (https://github.com/01-edu/public/blob/master/subjects/tetris-optimizer/hardexam.md).
###### Does the result contain 1 empty spaces (1 '.')?
###### Are all of the Tetrominos contained in the test file, present in the output?
###### Different characters correspond to different Tetrominos?

Loading…
Cancel
Save