Flagged sample #59
Browse files
data.csv
CHANGED
@@ -57,3 +57,4 @@ num1,operation,num2,Output,flag
|
|
57 |
1,add,1,2,other
|
58 |
1,multiply,1,1,off by one
|
59 |
100,multiply,1,100,off by one
|
|
|
|
57 |
1,add,1,2,other
|
58 |
1,multiply,1,1,off by one
|
59 |
100,multiply,1,100,off by one
|
60 |
+
100,multiply,1,100,off by one
|