- or download this
use strict;
use warnings;
...
,,1,1,1,2
,,,,,
5,6,3,4,2,2
- or download this
(1,1),(,),(,)
(1,2),(,),(,)
...
(,),(1,1),(1,2)
(,),(,),(,)
(5,6),(3,4),(2,2)
- or download this
use strict;
use warnings;
...
,,1,1,1,2
,,,,,
5,6,3,4,2,2
- or download this
Total Lines: 11
Success: 6
Fail: 4
- or download this
if((($f[1]==1)&&($f[2]==1))|| ...
- or download this
if((($f[0]==1)&&($f[1]==1))|| ...