Output Analysis: |
Line |
|
Possible Points |
|
Deduc -tions |
|
Your Program's Output |
|
1 | |
1 | |
| |
This is an example of a correct line. |
|
2 | |
1 | |
| |
This line is also OK. |
|
3 | |
10 | |
| |
temperature of medium: 160.17 |
|
4 | |
14 | |
| |
5.0 616.26 24.30 |
|
5 | |
1 | |
| |
The next line is a "fuzzy compare" example. |
|
6 | |
14 | |
| |
5.0 616.26 23.30 |
|
expected output: | |
5.0 616.26 24.30 |
|
-4 | |
word 3: number "23.30" is too far from expected number "24.30" |
|
7 | |
1 | |
| |
------------------------------ |
|
8 | |
0 | |
| |
|
|
9 | |
1 | |
| |
These error samples are from test2
(tokenized lines). |
|
10 | |
0 | |
| |
|
|
11 | |
8 | |
| |
|
|
12 | |
9 | |
| |
yo ma |
|
expected output: | |
yo yo ma |
|
-3 | |
word 2: found "ma" when expecting "yo" |
|
-3 | |
missing word 3 (ma) from expected output |
|
13 | |
20 | |
| |
hello there big boss. |
|
14 | |
25 | |
| |
hussein cool vastani. |
|
15 | |
33 | |
| |
make your dreams reality. |
|
16 | |
12 | |
| |
hope this works also. |
|
17 | |
0 | |
| |
|
|
18 | |
1 | |
| |
These error samples are from test02
(non-tokenized lines). |
|
19 | |
0 | |
| |
|
|
20 | |
10 | |
| |
He is 7 8 100.20 |
|
21 | |
10 | |
| |
He is 5 5.5 100.50 |
|
22 | |
1 | |
| |
This is the next-to-last line. |
|
23 | |
1 | |
| |
This is the last line generated by my program. |
|
 |
Total deductions: -10 |