code`block`FunctionDecl`FunctionDeclRec`ForStmt`ForStmtRec`DoStmt`DoStmtRec`WhileStmt`WhileStmtRec`IfStmt`IfStmtRec`SwitchStmt`SwitchStmtRec`countBlocks`countBlocksRec`countCondition`countVariable`countLiteral`IntegerLiteral`StringLiteral`IfStmt`ForStmt`WhileStmt`DoStmt`SwitchStmt`countLoop`VarDecl`DeclRefExpr`DeclStmt`countDecl`countPointer`writeFunction`CallExpr`BinaryOperator`UnaryOperator`CompoundAssignOperator`countOperand`ArraySubscriptE`RealFaultLocation int possible(int a,int b,int c) {`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0 if( a + b > c && b + c > a && a + c > b ) {return 2;}`FunctionDecl,false;IfStmt,false;`1`0`0`0`0`0`0`0`1`0`0`0`2`0`5`9`1`1`0`1`0`0`0`0`0`0`9`0`9`0`0`0`8`0`0`8`0`0 if(a + b == c || b + c == a || c + a == b) {return 1;}`FunctionDecl,false;IfStmt,false;`1`0`0`0`0`0`0`0`1`0`0`0`2`0`5`9`1`1`0`1`0`0`0`0`0`0`9`0`9`0`0`0`8`0`0`8`0`0 return 0;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`0`1`1`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0 int main() {`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0 string winner,player;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`0`0`0`0`0`0`0`0`0`0`2`0`1`3`0`0`0`0`0`0`0`0`0 int n,max = -1000,a[5],currScore = 0;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`0`2`2`0`0`0`0`0`0`0`4`0`1`5`0`0`0`0`1`0`1`0`0 cin>>n;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`2`0`0`0`0`0`0`0`0`0`0`3`0`3`0`0`0`0`0`0`0`0`0 cin>>player;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`2`0`0`0`0`0`0`0`0`0`0`3`0`3`0`0`0`0`0`0`0`0`0 cin>>a[0]>>a[1];`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`3`2`2`0`0`0`0`0`0`0`0`5`0`5`0`0`0`0`0`0`0`2`0 currScore+= (a[0] * 100) - (a[1] * 50);`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`3`4`4`0`0`0`0`0`0`0`0`3`0`3`0`0`0`3`0`1`4`2`0 cin>>a[0]>>a[1]>>a[2]>>a[3]>>a[4];`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`6`5`5`0`0`0`0`0`0`0`0`11`0`11`0`0`0`0`0`0`0`5`0 winner = player;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`2`0`0`0`0`0`0`0`0`0`0`3`0`3`0`0`0`0`0`0`0`0`1 max = currScore;`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`2`0`0`0`0`0`0`0`0`0`0`2`0`2`0`0`0`1`0`0`1`0`0 currScore+=a[0] + a[1] + a[2] + a[3] + a[4];`FunctionDecl,false;`1`0`0`0`0`0`0`0`0`0`0`0`1`0`0`6`5`5`0`0`0`0`0`0`0`0`6`0`6`0`0`0`4`0`1`5`5`0 for(int i = 1;i < n;i++) {`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`3`1`1`0`0`1`0`0`0`1`1`3`1`5`0`0`0`1`1`0`2`0`0 currScore = 0;`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`1`1`1`0`0`0`0`0`0`0`0`1`0`1`0`0`0`1`0`0`1`0`0 cin>>player;`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`2`0`0`0`0`0`0`0`0`0`0`3`0`3`0`0`0`0`0`0`0`0`0 cin>>a[0]>>a[1];`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`3`2`2`0`0`0`0`0`0`0`0`5`0`5`0`0`0`0`0`0`0`2`0 currScore+= (a[0] * 100) - (a[1] * 50);`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`3`4`4`0`0`0`0`0`0`0`0`3`0`3`0`0`0`3`0`1`4`2`0 cin>>a[0]>>a[1]>>a[2]>>a[3]>>a[4];`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`6`5`5`0`0`0`0`0`0`0`0`11`0`11`0`0`0`0`0`0`0`5`0 currScore+=a[0] + a[1] + a[2] + a[3] + a[4];`FunctionDecl,false;ForStmt,false;`1`0`1`0`0`0`0`0`0`0`0`0`2`0`1`6`5`5`0`0`0`0`0`0`0`0`6`0`6`0`0`0`4`0`1`5`5`0 if(currScore > max) {max = currScore; winner = player;}`FunctionDecl,false;ForStmt,false;IfStmt,false;`1`0`1`0`0`0`0`0`1`0`0`0`3`0`2`6`0`0`0`1`0`0`0`0`0`0`7`0`7`0`0`0`2`0`0`2`0`0 cout<