Flagged sample #12
Browse files
data.csv
CHANGED
@@ -10,3 +10,4 @@ num1,operation,num2,Output,flag
|
|
10 |
1,multiply,2,2,off by one
|
11 |
,add,,,wrong sign
|
12 |
6,divide,8,0.75,off by one
|
|
|
|
10 |
1,multiply,2,2,off by one
|
11 |
,add,,,wrong sign
|
12 |
6,divide,8,0.75,off by one
|
13 |
+
88,multiply,88,7744,other
|