12345678912345678912345678912345678912345678912345678912345678912345678912345678 Homework 2 Grading Guideline ============================ If the project does not compiler or does not run, award 0 points. If the project does not use the stack from the STL, award 0 points. If the file submitted is not called matching.cpp, award 0 points. If the file does not run with the testing program, award 0 points. Please note that for this guideline, parens means all of the different styles of parens you were asked to be looking for (,{,[,< (100 points) Program functionality There is a set of testing files available to the TAs only. Your program's performance against these files will determine your grade. Below is an indication of what will be in each of the testing files. There are six directories of files that your code will be testing upon. You will earn 0.5 points for simply handing in a program that compiles and runs. Directory Zero (contains 2 files - 0.5 points each - both have no parens at all) Your code passed X tests => You earned => Directory One (contains 8 files - 1.5 points each - all fail, one character files) Your code passed X tests => You earned => Directory Two (contains 11 files - 2 points each - all fail, multi-character files, no nesting of parens) Your code passed X tests => You earned => Directory Three (contains 9 files - 2.5 points each - all pass, multi-character files, matching sets of parens, no nesting of parens) Your code passed X tests => You earned => Directory Four (contains 7 files - 3.5 points each - all pass, multi-character files, nesting parens) Your code passed X tests => You earned => Directory Five (contains 5 files - 3.5 points each - all fail, mismatched nested parens) Your code passed X tests => You earned => Total earned on HW =>