Sort by

recency

|

77 Discussions

|

  • + 0 comments

    awk '{ if (3 < 50 || 1 " : Fail" else print $1 " : Pass" }'

  • + 0 comments
    awk '{ if($1>= 50 && $2>= 50 && $3>= 50) printf "%s : Pass\n", $1; else printf "%s : Fail\n", $1;}'
    
  • + 1 comment

    { while read name m1 m2 m3; do if [[ Misplaced &m2 -ge 50 && name : Pass" else echo "$name : Fail" fi done }

    the public test case is pasing and one private test case is failing, any advice please

  • + 0 comments

    { while read name m1 m2 m3; do if [[ Misplaced &m2 -ge 50 && name : Pass" else echo "$name : Fail" fi done }

    the public test case is pasing and one private test case is failing, any advice please

  • + 1 comment

    awk '{if ((3<50)||(Extra close brace or missing open brace1" : "b}'