Commit 6c5ed1d6 authored by Ajinkya's avatar Ajinkya

q4yolo

parent 61297cfd
...@@ -34,8 +34,10 @@ else ...@@ -34,8 +34,10 @@ else
min_ele=op_fields[ans_op[i]] min_ele=op_fields[ans_op[i]]
for(j=1;j<=min_ele;j++){ for(j=1;j<=min_ele;j++){
if(inp[ans_op[i],j]==op[ans_op[i],j]) if(inp[ans_op[i],j]==op[ans_op[i],j]){
correct++ correct++
#print "Q"i,inp[ans_op[i],j],op[ans_op[i],j];
}
} }
} }
print correct print correct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment