lab quiz 2 - marksheet - cse.iitb.ac.incs101/2015.2/lab quiz 2 marksheet.pdf · 153050015 abhishek...

31
BATCH 1 Roll Number Grader TA -1=Absent Problem 1 marks Problem 1 comments Problem 2 marks Problem 2 comments Problem 3 marks Problem 3 comments Problem 4 marks Problem 4 comments Weighted Total 150050001 Jaspreet 10 10 10 10 40 150050002 Jaspreet 10 10 10 10 40 150050003 Jaspreet 10 4 Loop does not terminate. BinToDec is not assigned or used in any variable. Final output is not cout either. 3 Minor mistake in logic. Also, forgot to cout the final result. 5 Recursion is correct in the code, but geometry (triangle) incorrect. 22 150050004 Jaspreet 10 5 Mistake in logic. All except one test cases fail. 10 10 35 150050005 Jaspreet 7 Testcases 4 and 6 fail. 3 Doesn't compile. Bin2dec is function name, you can't use same name for variable to store the result. Code logic isn't correct either. 10 0 No Attempt 20 150050006 Jaspreet 10 10 10 10 40 150050007 Jaspreet 10 10 10 5 Recursion is correct in the code, but seg fault upon running. 35 150050008 Jaspreet 4 Compiles, but test cases 1, 4, 5, 6 fail. 5 Mistake in logic. All except one test cases fail. 9 Testcase 4 fails. 0 No Attempt 18 150050009 Jaspreet 2 J << 10 means shift operator, not less than operator. 10 10 5 Recursion is correct in the code, but forgot to imprint the lines. 27 150050010 Jaspreet 10 10 10 10 40 150050011 Jaspreet 10 10 2 Incorrect logic. Uninitialized variables leading to garbage values. 5 Recursion is correct in the code, but geometry (triangle) incorrect. 27 150050012 Jaspreet 4 Compiles, but test cases 1, 3, 4, 6 fail. 0 No Attempt 2 Incorrect logic. 10 16 150050013 Jaspreet 10 4 Minor mistakes in logic. All test cases fail. 3 Minor mistake in logic. All except one test cases fail. 10 27 150050014 Pragya 2 Multiple syntax errors. Does not compile. Marks for minimal logic. 2 Fails to compile. Not even user input is “cin” propoerly. Logic incorrect too. 3 You need to learn: 1) How to use cin and cout properly. 2) Array bounds should be respected. Otherwise your logic was correct. 2 Fails to Compile. Syntax Errors in Code. No recursion in logic. 9 Lab quiz 2 - Marksheet 1

Upload: others

Post on 29-Jun-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

BATCH 1

Roll Number Grader TA -1=AbsentProblem 1

marksProblem 1comments

Problem 2marks Problem 2 comments

Problem 3marks

Problem 3comments

Problem 4marks Problem 4 comments

WeightedTotal

150050001 Jaspreet 10 10 10 10 40

150050002 Jaspreet 10 10 10 10 40

150050003 Jaspreet 10 4

Loop does not terminate.BinToDec is not assignedor used in any variable.Final output is not cout

either. 3

Minor mistake inlogic. Also,

forgot to cout thefinal result. 5

Recursion is correct inthe code, but

geometry (triangle)incorrect. 22

150050004 Jaspreet 10 5Mistake in logic. All except

one test cases fail. 10 10 35

150050005 Jaspreet 7Testcases 4 and 6

fail. 3

Doesn't compile. Bin2dec isfunction name, you can't

use same name for variableto store the result. Codelogic isn't correct either. 10 0 No Attempt 20

150050006 Jaspreet 10 10 10 10 40

150050007 Jaspreet 10 10 10 5

Recursion is correct inthe code, but seg fault

upon running. 35

150050008 Jaspreet 4Compiles, but test

cases 1, 4, 5, 6 fail. 5Mistake in logic. All except

one test cases fail. 9 Testcase 4 fails. 0 No Attempt 18

150050009 Jaspreet 2

J << 10 means shiftoperator, not less

than operator. 10 10 5

Recursion is correct inthe code, but forgot to

imprint the lines. 27

150050010 Jaspreet 10 10 10 10 40

150050011 Jaspreet 10 10 2

Incorrect logic.Uninitialized

variables leadingto garbage

values. 5

Recursion is correct inthe code, but

geometry (triangle)incorrect. 27

150050012 Jaspreet 4Compiles, but test

cases 1, 3, 4, 6 fail. 0 No Attempt 2 Incorrect logic. 10 16

150050013 Jaspreet 10 4Minor mistakes in logic. All

test cases fail. 3

Minor mistake inlogic. All exceptone test cases

fail. 10 27

150050014 Pragya 2

Multiple syntaxerrors. Does not

compile. Marks forminimal logic. 2

Fails to compile. Not evenuser input is “cin” propoerly.

Logic incorrect too. 3

You need tolearn: 1) How touse cin and cout

properly. 2)Array bounds

should berespected.

Otherwise yourlogic wascorrect. 2

Fails to Compile.Syntax Errors in Code.No recursion in logic. 9

Lab quiz 2 - Marksheet

1

Page 2: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

153050015 Abhishek Sethi 3only test case 2,3,4

passed 0 no submission 2 only test case 2

and 5 passed 2 compilation failed 7

150050016 Abhishek Sethi 10 10 10 10 40

150050017 Abhishek Sethi 7 2 all test cases failed 10 3 wrong recursion 22

150050018 Abhishek Sethi 10 10 10 4 wrong recursion 34

150050019 Abhishek Sethi 9 10 10 10 39

150050020 Abhishek Sethi 10 10 7 5 correct till n=1 32

150050021 Abhishek Sethi 10 10 10 10 40

150050022 Abhishek Sethi 7test case 1,2,3,5

passed 10 10 10 37

150050023 Abhishek Sethi 9 2 all test cases failed 0 no submission 2 compilation failed 13

150050024 Abhishek Sethi 0 no submission 0 no submission 2compilation

failed 2compilation failed,no

recursion 4

150050025 Abhishek Sethi 10 10 10 10 40

150050026 Abhishek Sethi 7 10 8 2 compilation failed 27

150050027 Abhishek Sethi 10 10 10 10 40

150050028 Abhishek Sethi 10 10 10 10 40

150050029 Praneeth A S 10

Please match youroutput exactly asper given tests 10 10

Please try tomatch output asper given tests 10 Very Beautiful 40

150050030 Praneeth A S 6Problem in line

9,11,12 7Passing only testcases 3

and 6 5Passing onlytestcases 2, 3 3

Program giving errorsin line 11, 25, 28, 30.

The triangles areforming in upwarddirection and not

inside main triangle. 21

150050031 Praneeth A S 10

Please match youroutput as per given

tests 10 10

Please try tomatch output asper given tests 10

Good. But lengthgiven is too small to

visualization 40

150050032 Praneeth A S 9Otuput not matching

for testcase4 10 10

Please try tomatch output asper given tests 2

Program giving errorsin line 18. No

main_program. Even ifcode is set will workonly for base case

n=0. 31

150050033 Praneeth A S 10

Please match youroutput exactly asper given tests 6

Simplecpp used. Logicalerror in code in two of the

lines. 7Passing only

testcases 1, 2, 3 8

Wrong output. But asmall correction inangles will set the

code right. 31

150050034 Praneeth A S 10

Please match youroutput exactly asper given tests 10 7

Passing onlytestcases 4, 5, 6 10 Good Figure 37

Lab quiz 2 - Marksheet

2

Page 3: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150050035 Praneeth A S 10 Good 10 2

Code is givingerrors.

Comaprisonexpressionproblem. Even after

correcting itSEGMENTATIO

N FAULT. 6 Wrong Output. 28

150050036 Praneeth A S 10

Please match youroutput exactly asper given tests 3

Code is giving errors.Return statement at wrongplaces. Possibly going in

infinite loop 5

Problem in line13->Infinite loop.Might work onlyin one kind of

sequence(Down,up) 3

Problem in Code atline 16, 17: Errors.Imprinting turtlesinstead of lines. 21

150050037 Praneeth A S 5

Problem in line 15,16, 19, 20, 24, 25.Leading to wrong

answer always 6

None of the testcasespassing. Did not handle

case for the last digit. Didnot initialize nd. Problem in

line 5, k = 0. 5

Returning 0always. Logicalproblem in line

15, 18. 1

Program giving errors.Incomplete program.

Will work for baseonly. 17

150050038 Praneeth A S 2

Program givingerrors. Line 5, 6,16.Logic is also wrong 0 Not submitted 2

Code is givingerrors in line 7,

24. Logicalproblem in line 8 0 Not submitted 4

150050039 Praneeth A S 4Logic problem in

lines 15...25 0 Not submitted 0

Nothing hasbeen related to

question 0 Not submitted 4

150050040 Praneeth A S 8

Please match youroutput exactly asper given tests.

Output forTestcases 4 and 6

not matching 5

Going in infinite loop.Problem in line 7, 8.

Problem in line 5, 11. Itshould bin2dec(n/10) not

n%10. 6Passing onlytestcases 2, 3 2

Program giving errorsin line 2. 21

150050041 Praneeth A S 1

Program givingerrors. Hardcodinginput n to 10. Codeerror in line 12, 14 0 Not submitted 0 Not submitted 8

Program not drawingall the required

triangles. 9

150050042 Praneeth A S 8Did not pass

testcases 4 and 6 10 all test cases passed 10All testcases

passed 5

The triangles areforming in upwarddirection and not

inside main triangle.Working only for 0 33

150050043 Achala Bhati 6test case 2 and 5

Fail 1minimal attempt compilation

error 1

lots ofcompliation error

minimal logic 0 Not attempted 8

150050044 Achala Bhati 10 8 10 10 38

150050045 Achala Bhati 10 0 No logic 1test case 1 2 4 5

6 fail 5triangles at wrong

place 16

150050046 Achala Bhati 10 10 10 9nth order is making for

n+1 input 39

150050047 Achala Bhati 10 10 10 10 40

Lab quiz 2 - Marksheet

3

Page 4: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150050048 Achala Bhati 10 10 0 Not submitted 10 30

150050049 Achala Bhati 10 10 10 10 40

150050050 Achala Bhati 10 0 No logic 2test case 1 4 5 6

fail 6triangles at wrong

place 18

150050051 Achala Bhati 10 10 10 4

shape different fromtriangle is drawing in

recursion 34

150050052 Achala Bhati 10 10 10 3 compilation error 33

150050053 Achala Bhati 10 10 10 10 40

150050054 Achala Bhati 10 10 10 10 40

150050055 Achala Bhati 10 10 4 logic not correct 6traingles at wrong

place 30

150050056 Sobha Singh 7Only two test cases

passed 0 Not submitted 0 Not submitted 0 not submitted 7

150050057 Sobha Singh 10 10 10 4Sierpenski triangledrawn is not correct 34

150050058 Sobha Singh 10 10 10 10 Good 40

150050059 Sobha Singh 10 10 10 10 Good 40

150050060 Sobha Singh 10 10 6 testcases failed 1 Compilation error 27

150050061 Sobha Singh 10 10 5

program wentinto Infinite loopfor some inputs 9

for 0 input singletriangle should be

drawn; 34

150050062 Sobha Singh 4 Compilation error 4 Compilation error 4Compilation

error 10 good 22

150050063 Sobha Singh 10 10 10 10 good 40

150050064 Sobha Singh 10 10 2 logic not correct 4Traingle drawn is notcorrect,infinite loop 26

150050065 Sobha Singh 10 10 10 10 good 40

150050066 Sobha Singh 10 10 10 10 good 40

150050067 Sobha Singh 10 4 printing 1 always 10 10 Good 34

150050068 Pragya 10 10 8 1 testcase failed 1 No logic 29

150050069 Swaresh Sankpal 10 10 1

all test casesfailed except

2nd 10 31

150050070 Swaresh Sankpal 10 10 10 0 N.A 30

150050071 Swaresh Sankpal 10 10 8

Attempted lab2Q3 instead of

Lab1 Q3 5 33

150050072 Swaresh Sankpal 10 10 10 5 35

150050073 Swaresh Sankpal 10 10 6test case 1,4,5,6

failed 0 N.A 26

Lab quiz 2 - Marksheet

4

Page 5: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150050074 Swaresh Sankpal 10 10 7test case 3,5,6

failed 10 37

150050075 Swaresh Sankpal 10 10 9 test case 5 failed 10 39

150050076 Swaresh Sankpal 10 4 testcases failed 10 10 34

150050077 Swaresh Sankpal 0 N.A 0 N.A 0 0 0

150050079 Swaresh Sankpal 9 test case 6 failed 7non-recursive

implementation 0all test cases

failed 0 N.A 16

150050080 Swaresh Sankpal 10 10 7test case 4,5,6

failed 2 no recursion used 29

150050081 Swaresh Sankpal 10 5

Number of inputs should be1 . Result is doubled of

what expected 4test case 1,4,5,6

failed 0 N.A 19

150050082 Pragya 10 10 10 10 40

150050083 sanjay kumar dahirey 10 10 Good 10 0 no attempt 30

150050084 sanjay kumar dahirey 10 1 wrong output 8two test case

failed 0 no attempt 19

150050085 sanjay kumar dahirey 5Only two test cases

passed manually 7Terminating condition is

missing 4all test cases

failed 10 good 26

150050086 sanjay kumar dahirey 10 10 10 10 good 40

150050087 sanjay kumar dahirey 10 10 10 7 at wrong place 37

150050088 sanjay kumar dahirey 10 0 no attempt 8two test case

failed 3 at wrong place 21

150050089 sanjay kumar dahirey 10 10 10 5 working up to 3 only 35

150050090 sanjay kumar dahirey 8 two test case failed 0 no attempt 2only one testcase passed 3

not correct but logic issomewhat okay 13

150050091 sanjay kumar dahirey 10 10 7good attempt butnot exact output 10 37

150050092 sanjay kumar dahirey 7three test case

failed 0 no attempt 0 not attempted 0 no attempt 7

150050093 sanjay kumar dahirey 7three test cases

passed 0 no attempt 2only two case

passed 0 no attempt 9

150050094 sanjay kumar dahirey 10 0 no attempt 1one test case

passed 0 no attempt 11

150050095 Pragya 10 1 no output 6 2 test cases pas 0 no attempt 17

Batch 2

Roll Number Grader TA -1=AbsentProblem 1

marksProblem 1comments

Problem 2marks Problem 2 comments

Problem 3marks

Problem 3comments

Problem 4marks Problem 4 comments

WeightedTotal

135090023 Srijay 0Wrong logic andImplementation 0 No Upload 0 No Upload 1 Wrong Logic,Errors 1

145090020 Srijay 10 10 10 10 40

Lab quiz 2 - Marksheet

5

Page 6: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

145090010 Srijay 0 No Upload 0 No Upload 0 No Upload 0 No Upload 0145060026 Srijay 0 No Upload 0 No Upload 0 No Upload 0 No Upload 0155060001 Srijay 1 Wrong Logic 0 No Upload 0 No Upload 10 11

155060002 Srijay 3

Only 1stconsecutive

numbers arecomputed 0 No Upload 0 No Upload 8 Overlapping Trees 11

155060003 Srijay 0 No Upload 0 No Upload 0 No Upload 0 No Upload 0155060004 Srijay 10 0 No Upload 5 Wrong Logic 10 25

155060005 Srijay 0Incomplete

Code,Wrong Logic 10 0 No Upload 10 20155060006 Srijay 0 No Upload 0 No Upload 0 No Upload 10 10155060007 Srijay 0 No Upload 0 No Upload 2 Wrong Logic 10 12

155060008 Deepali 0 blank file 0 not submitted 2

logicincorrect,not

even taken arrayinput values

from user 10 correct 12

155060009 Deepali 2

logic incorrect,improper use of

while loop(infiniteloop) 0 not submitted 0 notsubmitted 0 no attempt 2

155060010 Deepali 4

logic almost correctbut improper useofwhile and for loops

together 0 not submitted 0 notsubmitted 10 correct 14

155060011 Deepali 5

printing extra valuesand that too

incorrect but fewmodifications will

give correct answer 2logic incorrect-

segmentation fault 4

logic incorrect asaddition is to bedone K times not

3 times 7

Nodes gettingoverlapped, branches

not correctlypositioned 18

155060012 Deepali 0 not submitted 0 not submitted 0 notsubmitted 10 correct 10155060013 Deepali 0 not submitted 0 not submitted 0 notsubmitted 0 Not submitted 0

155060014 Deepali 2

compile time errorsand program also

incorrect 0 not submitted 0 notsubmitted 8Height entered

manually in program 10

155060015 Deepali 0 not submitted 0 not submitted 0 notsubmitted 8Height entered

manually in program 8

155060016 Deepali 0 not submitted 0 notsubmitted 0

logic incorrect andcopied that too

incorrect 0

155060017 Deepali 1

nothing done ..onlytaken input from

user . 0 not submitted 0 notsubmitted 0 no submission 1

Lab quiz 2 - Marksheet

6

Page 7: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

155060018 Deepali 0 not submitted 0 not submitted 0 notsubmitted 0 no submission 0155060019 Rahul Sharma 4 incorrect logic 0 NOT Uploaded Not attempted 10 14155060020 Rahul Sharma 0 NOT Uploaded 10 10 EvalPro Result 4 Non recursive solution 24

155060021 Amit Khandelwal 4 compilation failed 0 no sincere attempt 0

compilation fail+no sincere

attempt 0 no sincere attempt 4155060022 Rahul Sharma 4 incorrect logic 10 10 EvalPro Result 10 34155060023 Rahul Sharma 0 NOT Uploaded 0 Incorrect logic 0 Not attempted 0 Not attempted 0

155060024 Rahul Sharma 0 No logic 4 Evalpro testcase fail 0 Not attempted 4Incorrect Recursive

solution 8

155060025 Rahul Sharma 0 No logic 4 Compilation error 4Compilation

error 10 18155060026 Rahul Sharma 0 NOT Uploaded 0 NOT Uploaded 5 EvalPro Result 10 15155060027 Rahul Sharma 0 NOT Uploaded 4 Compilation error 0 Not attempted 4 Non recursive solution 8155060028 Rahul Sharma 0 NOT Uploaded 0 NOT Uploaded 0 Not attempted 10 10155060029 Rahul Sharma 0 NOT Uploaded 0 NOT Uploaded 0 Not Attempted 10 10155060030 Lakshya Kumar 10 10 5 EvalPro Result 1 no output is coming 26

155090001 Lakshya Kumar 9one testcase is

failng on evaluation 10 10 EvalPro Result 10 39

155090002 Lakshya Kumar 10 10 10 EvalPro Result 7drawing branches at

wrong places 37155090003 Lakshya Kumar 1 logic is not correct 10 1 Wrong Logic 10 22

155090004 Lakshya Kumar 0 NOT Uploaded 0 NOT Uploaded 0 NOT Uploaded 0Program NOT

uploaded 0

155090005 Lakshya Kumar 1 logic is not correct 0Wrong Logic,Compilation

Failed 0 NOT Uploaded 1 Compilation error 2155090006 Lakshya Kumar 10 10 10 EvalPro Result 7 working only for N=3 37155090007 Lakshya Kumar 10 10 10 EvalPro Result 10 40

155090008 Lakshya Kumar 1 logic is not correct 3compilation failed,logic is

almost correct 10 EvalPro Result 10 24

155090009 Lakshya Kumar 10 10 10 EvalPro Result 7output is not exactly

correct 37

155090010 Lakshya Kumar 1 logic is incorrect 0 NOT uploaded 7

All test casesFailed on

EvalPro,but littlebit logic mistake 7 working only for N=3 15

155090011 Rohit SIngh 9 Testcase 5 failed 9All Test Cases Passed

Except 6th 8Testcase 3 & 4

Failed 10 All Test Cases Passed 36

155090012 Rohit SIngh 6Logic is quite close

enough 0Error in function call and

logic was also wrong 0All Testcases

Failed 0 Code Copied 6

Lab quiz 2 - Marksheet

7

Page 8: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

155090013 Rohit SIngh 0 Code not Submitted 0 Code Incomplete 0Code notSubmitted 0 Code Copied 0

155090015 Rohit SIngh 10 Formatting Error 7

Evaluating Correct Outputfor most of the Values but

not for all 10All Practice Test

Case passed 7

3rd Branch GettingMerged starting from

3rd level 34

155090016 Rohit SIngh 0 Code Incomplete 0 Code Incomplete 4

Logic was closeenough but

showingcompilation

errors 1

Tried to implement 3branches but

argument passedwere wrong 5

155090017 Rohit SIngh 4

Compilation failedLogic was close

enough but outputwas wrong 0

No Logic given for factorialfunction 0

Logic was wrongand lots of error

in the coding 2

Tried to implement 3branches but logicwas wrong showed

error 6

155090018 Rohit SIngh 0 Code not Submitted 7

Logic was right usingPascals Triangle, just someerror in relational operators 10

All Test CasesPassed 7

3rd Branch GettingMerged starting from

3rd level 24

155090019 Rohit SIngh 0 Code not Submitted 0 Code not Submitted 0Code notSubmitted 0 Code Copied 0

155090020 Rohit SIngh 10All Test Cases

Passed 10 All Test Cases Passed 10All Practice Test

Case passed 10 All Test Cases Passed 40

155090021 Rohit SIngh 0 Code not Submitted 0Used SimpleCpp and logic

is also incorrect 0Code notSubmitted 4

Hardcoded for n=3 nouser interaction for

length of tree 4

155090022 Rohit SIngh 10All Test Cases

Passed 10 All Test Cases Passed 10All Practice Test

Case passed 10 All Test Cases Passed 40

155090023 Uday Barla 0 Code not Submitted 1 Compilation error 0Code notSubmitted 0 Printing Binary Tree 1

155090024 Uday Barla 8input variable name

error 4 no recursion 0Code notSubmitted 7

Printing 3 level ternarytree always 19

155090025 Uday Barla 0 Code not Submitted 2 Compilation error 2Compilation

error 2 Compilation errors 6

155090026 Uday Barla 5 partial output 0 Code not Submitted 5fixed average by

3 3 Compilation errors 13

155090027 Uday Barla 0 Code not Submitted 1using simplecpp/no

functions 0Code notSubmitted 10 11

155090028 Uday Barla 0 Code not Submitted 0 Code not Submitted 0Code notSubmitted 7

Printing 3 level ternarytree always 7

155090029 Uday Barla 8All Test Cases not

Passed 0 Code not Submitted 0Code notSubmitted 2 Compilation errors 10

155090030 Uday Barla 4 no proper output 10 4

Adding up 3elements all the

time 7Printing 3 level ternary

tree always 25

155280001 Uday Barla 9All Test Cases not

Passed 10 8 0 Printing Binary Tree 27155280002 Uday Barla 4 no proper output 10 10 10 34

Lab quiz 2 - Marksheet

8

Page 9: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

155280003 Uday Barla 10 10 10 10 40155280004 Piyush Hurpade 10 4 Wrong Logic 10 10 34

155280005 Piyush Hurpade 7

printing for everychar and wrong for

first one 10 0 NOT Uploaded 9 Middle edge 26

155280006 Piyush Hurpade 10 10 10 9Spacing between

edges 39

155280007 Piyush Hurpade 10 10 7Failing for some

test cases 7No input everything is

OK 34

155280008 Piyush Hurpade 4 compilation error 4 Wrong Logic 2Compilation

error 4 Compilation error 14

155280009 Piyush Hurpade 0 NOT Uploaded 0 NOT Uploaded 0 NOT Uploaded 9Spacing between

edges 9

155280010 Piyush Hurpade 4 compilation error 2 Wrong and Iterative logic 2Compilation

error 0 Binary tree code only 8155280011 Piyush Hurpade 4 compilation error 0 NOT Uploaded 4 Wrong Logic 0 Binary tree code only 8

155280014 Piyush Hurpade 9 printing "Over" 10 6

test case forwindow size 1

failed 0 Binary tree code only 25155280015 Piyush Hurpade 4 compilation error 10 4 Wrong Logic 8 Line spacing 26

155280016 Neha Garg 3output is not as

expected 10 10 10 33

155280017 Neha Garg 0 not a complete code 0 not a complete code 0program not

uploaded 2 compilation errors 2

155280018 Neha Garg 0 not uploaded 1 compilation errors 3 Wrong Logic 1output is not as

expected 5155280019 Neha Garg 2 logic is not correct 10 7 Eval pro result 1 compilation errors 20155280020 Neha Garg 2 logic is not correct 1 compilation errors 4 Wrong Logic 2 compilation errors 9

155280021 Neha Garg 2 logic is not correct 5 output is not as expected 4array index out

of bound 0 not uploaded 11

155280022 Neha Garg 9 segmentation fault 10 8

small arraysize,array ndex

out of bound 3 compilation errors 30

155280023 Neha Garg 9 small array size 10 8

small arraysize,array ndex

out of bound 10 37155280024 Neha Garg 0 not uploaded 0 not uploaded 0 not uploaded 0 not uploaded 0

155280025 Neha Garg 2output is not as

expected 10 8 Eval pro result 10 30

155280026 Manush 3 logic partial correct 2 logic partial correct 2logic partial

correct 0no logic and program

not compiling 7

155280027 Manush 0no logic and

compilation error 2 logic partial correct 10 0 not attemted 12

Lab quiz 2 - Marksheet

9

Page 10: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

155280028 Manush 2 partial output 8 Minor code error. 0 not attempted 4 logic is recursive 14155280029 Manush 10 10 10 10 40155280030 Manush 10 10 10 10 40155280031 Manush 1 output not correct 10 10 10 31

155280032 Manush 2 output not correct 2 Compilation Fail 2logic partial

correct 0 not attemted 6155280033 Manush 1 output not correct 10 0 not attempted 2 13155280034 Manush 10 10 10 10 40

155280035 Manush 1 output not correct 7 Minor Code error. 0 not attempted 0no logic and program

not compiling 8

BATCH 3

Roll Number Grader TA -1=AbsentProblem 1

marksProblem 1comments

Problem 2marks Problem 2 comments

Problem 3marks

Problem 3comments

Problem 4marks Problem 4 comments

WeightedTotal

130050071 Annie Rajoria 10 2 compilation errors 10 0 not submitted 22130070043 Annie Rajoria -1 0150020096 Swinky Mann 10 3 recursive logic 10 0 No submission. 23

150020097 Swinky Mann 10 10 10 7recursive partial

correct 37

150020098 Swinky Mann 10 10 10 3recursive. no pattern

displayed. logic 33150020099 Swinky Mann 9 10 10 7 recursive partly correct 36

150020100 Swinky Mann 10 1 testcase fail 10 10 2no recursion, little

logic 32150020101 Swinky Mann 10 10 10 10 perfect 40150020102 Swinky Mann 4 0 No submission. 10 0 No Submission 14

150020103 Swinky Mann 8

testcases failed,logic: diaplaying

max correctly 2 no recursion 10 0 No Submission 20150020104 Swinky Mann 2 2 testcases failed 3 recursive logic 10 0 No Submission 15150020105 Swinky Mann 0 compilation error 2 error; no recursion 10 0 No Submission 12150020106 Swinky Mann 8 no submission 2 recursive, little logic 10 0 No Submission 20150020107 Swinky Mann 10 2 testcases failed 10 10 10 perfect 40

150020108 Indradyumna Roy 10 correct 9Correct output. Incorrect

formatting. 10 correct 0compilation error.

Incorrect code. 29

150020109 Indradyumna Roy 10 correct 10 correct 10 correct 4

Nothing displayed onscreen. Attempt a

recursive solution inright direction. 34

Lab quiz 2 - Marksheet

10

Page 11: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150020110 Indradyumna Roy 10 correct 8 Partially correct. 8 Partially correct. 0 No submission. 26

150020111 Indradyumna Roy 10 correct 10 correct 10 correct 5

Compilation errror.Started off correctly.

Incomplete code. 35

150020112 Indradyumna Roy 10 correct 0 No submission. 10Correct Output.

Formatting error. 0 No submission. 20

150020113 Indradyumna Roy 9 Partially correct. 8 Partially correct. 10 correct 7

Correct recursiveapproach. Incorrect

overall patterngenerated. 34

150020114 Indradyumna Roy 10 correct 10 correct 10 correct 0 No submission. 30

150020115 Indradyumna Roy 7 Partially correct. 8 Partially correct. 10 Correct. 0compilation error.

Incorrect code. 25

150020116 Indradyumna Roy 10 correct 8 Partially correct. 10 Correct. 4compilation error.Incomplete code. 32

150020117 Indradyumna Roy 4multiple errors in

code. Correct logic. 0 No submission. 0 No submission 10

Correct code. Shouldhave centered pattern

on canvas. 14150020118 Indradyumna Roy 7 Partially correct. 0 No submission. 10 Correct. 0 No submission. 17

140020040ILIAS HOSSAIN

SARKAR 1 Compilation failed 3 Compilation failed 6

compilationerror, after

corection correctoutput 0 No attempt 10

150020119 Indradyumna Roy 10 correct 4Iterative solution. Correct

output. 10 Correct. 0 No submission. 24150020120 ABHISHEK KUMAR 10 10 10 7 incorrect output 37150020121 ABHISHEK KUMAR 0 No submition 0 No submition 0 No submission 6 incorrect output 6150020122 ABHISHEK KUMAR 9 0 wrong logic 10 5 incorrect output 24150020123 ABHISHEK KUMAR 9 one test case failed 0 totaly wrong logic 10 0 not working 19150020124 ABHISHEK KUMAR 10 10 10 10 40150100033 ABHISHEK KUMAR 10 9 one test case fail 10 0 no submition 29

0150050096 ABHISHEK KUMAR 10 10 10 0 No Submission 30

150050097 ABHISHEK KUMAR 10 10 10 8recursive, output close

to expected 38150050098 ABHISHEK KUMAR 10 correct 10 correct 10 Correct. 10 Correct. 40150050099 ABHISHEK KUMAR 10 correct 10 correct 10 Correct. 10 Correct. 40150050100 ABHISHEK KUMAR 10 correct 10 correct 10 Correct. 10 Correct. 40150050101 ABHISHEK KUMAR 10 10 10 0 No attempt 30150050102 ABHISHEK KUMAR 10 10 10 10 40

Lab quiz 2 - Marksheet

11

Page 12: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150050103 Ilias Hossain Sarkar 10 10 10 10 40150050104 Ilias Hossain Sarkar 10 10 10 10 40150050105 Ilias Hossain Sarkar 10 10 10 10 40150050106 Ilias Hossain Sarkar 10 10 10 10 40150050107 Ilias Hossain Sarkar 10 10 10 5 Incomplete Drawing 35150050108 Ilias Hossain Sarkar 10 10 10 10 40150050109 Ilias Hossain Sarkar 10 10 10 0 No attempt 30150050110 Ilias Hossain Sarkar 10 10 10 10 40

131030023 Ilias Hossain Sarkar 2always giving output

1 4Iterative solution. Correct

output. 3improper use of

for or if 0 No attempt 9140020125 Geethanjali 0 no logic 0 no logic 1 no loguc 0 No Submission 1140100080 Amit Khandelwal 3 test case fail 2 compilation fail 2 wrong logic 0 wrong logic 7150100094 Geethanjali 10 10 10 3 no proper output 33150100095 Geethanjali 10 1 test cases failed 10 0 no output 21150100096 Geethanjali 9 one test case failed 10 10 4 no proper output 33150100097 Geethanjali 2 not working 8 1 test case failed 10 0 No Submission 20150100098 Geethanjali 0 No Submission 10 10 0 No submission. 20150100099 Geethanjali 10 10 10 1 no proper output 31

150100100 Geethanjali 4used simple cpp but

logic correct 2used simple cpp and code

not working 10 0 No submission. 16150100102 Geethanjali 10 0 No Submission 10 0 No submission. 20150100103 Geethanjali 10 1 no logic 10 0 No submission. 21150100104 Sushant Shambharkar 0 No Submission 0 No Submission 0 No Submission 10 10150100105 Sushant Shambharkar 2 Infinite loop 0 No Submission 10 0 No Submission 12

150100106 Sushant Shambharkar 10 10 10 9

EvaluateTestcase2FAIL 0 Marks

Input:10

-1 -2 -3 -1 -2 -3 -1 -2 -3 -1

Expected output:4

Actual output:0 39

150100107 Sushant Shambharkar 10 10 0 No Submission 10 30

150100108 Sushant Shambharkar 1 No Recursion 0 Wrong code. 0Incomplete

Code 0 Incomplete Code 1150100109 Sushant Shambharkar 10 10 10 10 40

Lab quiz 2 - Marksheet

12

Page 13: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150100110 Sushant Shambharkar 10 1 Infinite loop 0Incomplete

Code 9

EvaluateTestcase3FAIL 0 Marks

Segmentation fault.Possible reasons may

be your code hassegmentation fault or

Memory limitexceeded or your

program is producingmore output than it is

allowed.. Programexited with return code

11. 20

150100111 Sushant Shambharkar 10 10 7

Draws starinstead ofrectangle.

CorrectRecursion. 9

EvaluateTestcase3FAIL 0 Marks

Segmentation fault.Possible reasons may

be your code hassegmentation fault or

Memory limitexceeded or your

program is producingmore output than it is

allowed.. Programexited with return code

11. 36150100112 Sushant Shambharkar 10 10 10 10 40

150100113 Sushant Shambharkar 9 1 test case failed. 10 9

Rectanglechanges to

Rhombus onsome boundry

values. 9

EvaluateTestcase4FAIL 0 Marks

Input:10

Expected output:1

Actual output:0 37

150100114 Sushant Shambharkar 10 10 10 9

EvaluateTestcase2FAIL 0 Marks

Input:10

-1 -2 -3 -1 -2 -3 -1 -2 -3 -1

Expected output:4

Actual output:0 39

150100115 Amit Khandelwal 10 10 10 10 Excellent 40

Lab quiz 2 - Marksheet

13

Page 14: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150260001 Sushant Shambharkar 10 10 9

CorrectRecursion.

Doesn't drawaccuratediagram 8

EvaluateTestcase2FAIL 0 Marks

Input:10

-1 -2 -3 -1 -2 -3 -1 -2 -3 -1

Expected output:4

Actual output:3

EvaluateTestcase4FAIL 0 Marks

Input:10

Expected output:1

Actual output:0 37

150260003 Annie Rajoria 10 10 10 10 40

150260004 Annie Rajoria 10 6

only specific numbers with0 in between giving

incorrect result 10 10 36150260005 Annie Rajoria 7 8 10 10 35

150260006Aishwarya Netam,

Batch 5 10 Good work 10 Good work 10 Good work 10 (crib) 40150260007 Annie Rajoria 10 10 10 5 incorrect output 35

150260008 Annie Rajoria -1

checked forexchanged student

15B030009 0

150260009 Annie Rajoria 0submission not

found 4compilation failed , logic is

almost correct 0submission not

found 2

recursive,but no inputtaken , not giving

required output,goodattempt 6

150260010 Annie Rajoria 10 10 10 10 40150260011 Annie Rajoria 9 10 10 8 incorrect output 37

150100116 Annie Rajoria 9 2wrong output, some code

written 10 0 nothing done 21150260012 Saurabh Jambhule 10 10 10 10 40150260013 Sushant Shambharkar 0 0 No Submission 0 No Submission 0 No Submission 0150260014 Sushant Shambharkar 10 No Submission 10 10 10 40150260015 Sushant Shambharkar 10 10 1 Wrong code. 2 No Recursion 23

150100008 Sushant Shambharkar 10 0 No Submission 0 No Submission 0 No Submission 10

Lab quiz 2 - Marksheet

14

Page 15: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150260017 Saurabh Jambhule 5

not woking fornegative values,most of the test

case failed 2 test cases failed 0 No Submission 0 No Submission 7150260018 Saurabh Jambhule 10 10 10 10 40150260019 Saurabh Jambhule 0 No Submission 10 1 lots of errors 0 No Submission 11150260020 Saurabh Jambhule 10 10 10 10 40

150260021 Saurabh Jambhule 7not woking for

negative values 2 test cases failed 10 0 No Submission 19150260022 Saurabh Jambhule 10 10 10 10 40150100033 ABHISHEK KUMAR 10 9 one test case fail 10 0 not submitted 2915B030014 ABHISHEK KUMAR 9 10 10 10 39150260016 Ajeeta Shakeet 10 auto evaluated 3 wrong logic 6 auto evaluted 0 no submission 19

BATCH 4

Roll Number Grader TA -1=AbsentProblem 1

marksProblem 1comments

Problem 2marks Problem 2 comments

Problem 3marks

Problem 3comments

Problem 4marks Problem 4 comments

WeightedTotal

155320001 Amit Khandelwal 2 wrong logic 0 Not attempted 0Wrong logic(do

sorting first) 0 no submission 2

155320002 Amit Khandelwal 10 4no changes to ref code+

iterative 10 0 no submission 24

155320003 Amit Khandelwal 9-1 for char array of

fixed length 0 N.A 0Wrong logic, sort

then compare 0 no submission 9

155320004 Amit Khandelwal 10 10 10 10 40

155320005 Amit Khandelwal 0 Not Attempted 0 N.A 0 NA 0 no submission 0

155320006 Amit Khandelwal 10 4Wrong output but slight

error 0

Convince mewith ur logic and

get marks 1 15

155320007 Amit Khandelwal 0 2 ref code + wrong output 0 NA 0 no submission 2

155320008 Amit Khandelwal 9 0 N.A 0 Wrong logic 0 no submission 9

155320009 Amit Khandelwal 10 0 N.A 6 2 18

155320010 Amit Khandelwal 10 7Not working for negative xl

and xr 0no test case

passed 0 no submission 17

155320011 Amit Khandelwal 9 10 10 5only working for n=0

and 1 34

155320012 Amit Khandelwal 10 7 8 5 30

155320013Anantha VenkataNarasimha Raju 0

Compilationerrors..No logic

..only takes input iferrors are corrected 0 No submission. 2

Coding notcomplete.all test

cases failed. 0 No Submission 2

Lab quiz 2 - Marksheet

15

Page 16: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

155320014Anantha VenkataNarasimha Raju 8 2 Testcases failed 4

Code logic is ok but usinghardcoded value 2 insteadof a at one place and notchecking xl-xr < e leadingto incorrect saolution in all

cases 3

coding logicwrong at lastand all test

cases failed. 0 No Submission 15

155320015Anantha VenkataNarasimha Raju 10 4

Code logic is ok but usinghardcoded value 2 insteadof n at one place and notchecking xl-xr < e leadingto incorrect saolution in all

cases 62 Testcases

failed 0 No Submission 20

155320016Anantha VenkataNarasimha Raju 10 10 10 4

Figures are notcorrect.Koch

snowflakes have to bedrawn not koch lines. 34

15I060001Anantha VenkataNarasimha Raju 2 0 No submission. 0

Retrieving data.Wait a few

seconds and tryto cut or copy

again. 0 No Submission 2

15I060002Anantha VenkataNarasimha Raju 0 No Submission 4

Code logic is ok but missedan else block leading to

incorrect solution.which isvery close to correct

solution. 0 No Submission 0 No Submission 4

15I060003Anantha VenkataNarasimha Raju 9

Code prints 'p' or'np' multiple times

instead of onlyonce..coding logic is

ok 0 No submission. 0

Primitivelogic..just takes

input andoutputs the

same..nothingelse.all test

cases failed. 2

No recursion..justhandles case 0 and no

other logic 11

150260023Anantha VenkataNarasimha Raju 10 10 10 0 No Submission 30

150260024Anantha VenkataNarasimha Raju 10 0 No suibmission 8

1 Testacsefailed 0 No Submission 18

150260025Anantha VenkataNarasimha Raju 10 10 10 10 40

150260026Anantha VenkataNarasimha Raju 10 10 10 10 40

150260027Anantha VenkataNarasimha Raju 10 10 8 1 Testcasefailed 10 38

150260028 Pratik satapathy 10 10 10 10 40

Lab quiz 2 - Marksheet

16

Page 17: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150260029 Pratik satapathy 10 4 evaluation results 10 7

Output doesnt matchto the expected

butchanging repeat to3 and angle to 60 inmain function makes

the program workperfectly 31

150260030 Pratik satapathy 10 2partially correctimplementation 6

program doesntwork for success

case 0 no submission 18

15B030001 Pratik satapathy 10 10 10 8

doesnt work for order4 as length is int and4th division makes itzero, making lengthdouble makes the

program work 38

15B030002 Pratik satapathy 0

compilation failedwith multiple basic

syntax errors 0use of sqrt function,no

recurshion 0compilation error, primitive logic 0

compilation error andprimitive logic 0

15B030003 Pratik satapathy 0

compilation failedwith multiple basic

syntax errors 1

nearly correct formation ofrecurshion but didnt removethe while loop, compilation

error 0compilation error, primitive logic 3

valid recurshionimplementation butoutput is incorrect 4

15B030004 Pratik satapathy 9 1

nearly correct formation ofrecurshion but didnt removethe while loop, compilation

error 6

program doesntwork for success

case 0 No submission 16

15B030005 Pratik satapathy 8 2

while loop inside recursion,all evaluation test failing,

recursion thinking is correct 6

program doesntwork for success

case 10 26

15B030006 Pratik satapathy 10 0 no submission 6

program doesntwork for success

case 8

order input to diagramis incresed by 1, e.gorder input 1 createsdgm of order 0 e.g

order input 2 createsdgm of order 1 e.g

order input 3 createsdgm of order 2 But

program is correct onthe above terms 24

15B030007 Pratik satapathy 9 0 no submission 0 no submission 0 No submission 9

15B030008 Pratik satapathy 0 no submission 0 no submission 0 no submission 0 No submission 0

15B030009 Pratik satapathy 0 no submission 0 no submission 0 no submission 0 No submission 0

15B030010 Sushmita Nikose 0 No submission 7 not correct for some input 8not working for

some input 5

Not rightpattern(recursion

used) 20

15B030011 Sushmita Nikose 0 No submission 0 no submission 0 no submission 0 No submission 0

15B030012 Sushmita Nikose 4logic is somewhat

correct 0 no submission 0no outputmatching 4

Not recursive, Correctoutput for order 0,1 8

Lab quiz 2 - Marksheet

17

Page 18: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

15B030013 Sushmita Nikose 10 good 5syntax error but logic is

correct 6not working for

some input 2Not recusive,Sameoutput for any input 23

15B030014ABHISHEK

KUMAR,batch3 9 10 10 10 39

15B030015 Sushmita Nikose 5

removing somesyntax errors givescorrect output for all

input 0 no submission 8not working for

some input 0 No submission 13

15B030016 Sushmita Nikose 4logic is somewhat

correct 0 no submission 0 no submission 0 No submission 4

15B030017 Sushmita Nikose 10 good 3 logic is not totally right 10 good 1not recursive, sameoutput for any input 24

15B030018 Sushmita Nikose 0 no submission 0 no submission 0no outputmatching 2

Syntax error,logic notcorrect 2

15B030019 Sushmita Nikose 0 not correct 0 no submission 0no outputmatching 0 No submission 0

15B030020 Sushmita Nikose 0 No Submission 0same code as given in

question 0 no submission 0 No submission 0

15B030021 Sushmita Nikose 10 good 7 not correct for some input 0no outputmatching 0 No submission 17

15B030022 Swatish.S 10 2No testcase passed. No

syntax errors. 10 3

Incorrect output.Exiting after taking

only one parameter.No syntax error.Recursion used. 25

15B030023 Swatish.S 0 No submission 0 No submission 0 No submission 0 No submission 0

15B030024 Swatish.S 1Incomplete code. No

logic applied. 0 Given code submitted. 1Feeble attempt.

Syntax error. 2

No recursion used. Apartial Snowflake

printed irrespective ofthe arguments

passed. 4

15B030025 Swatish.S 10 10 10 10 40

15B030026 Swatish.S 10 2No testcase passed. No

recursion. No syntax errors. 8Only 3 testcases

passed. 6Incorrect output for

n>=3 26

15B030027 Swatish.S 6Only 2 testcases

passed. 0 No submission. 7Only 2 testcases

passed. 1

A feeble attempt. Norecursion. Incomplete

program. 14

15B030028 Swatish.S 10 0 Given code submitted. 9Only 4 testcases

passed. 1

A feeble attempt. Norecursion. Syntax

errors. 20

15B030029 Swatish.S 10 10 10 0 No submission 30

15B030030 Swatish.S 10 7 Only 3 testcase passed. 10 6

Only snowline isimplemented. Used

Recusrion. 33

15B030031 Swatish.S 10 10 10 10 40

Lab quiz 2 - Marksheet

18

Page 19: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

15B030032 Swatish.S 0Incomplete code.

Syntax error. 0Given code submitted.

Syntax errors. 1 Syntax error. 2No recursion.

Snowflake is partial. 3

11D020015 Swatish.S 0

11D020028 surendra singh rao 0 no submission 0 no submission 0 no submission 0 no submission 0

15D100001 surendra singh rao 10 9 testcase 2 failed 10 6

for n=0,1 it isright,recursion is

there,no code for n=3 35

15D100002 surendra singh rao 10 10 10 10 40

15D100003 surendra singh rao 10 10 10 10 40

15D100004 surendra singh rao 10 10 10 10 40

15D100005 surendra singh rao 10 0 no submission 9extra output

comming 5output is wrong

,recursion is there 24

15D100006 surendra singh rao 8 2 testcases failed 7 testcase 3,4 failed 6testcase 1,5

failed 0 no submission 21

15D100007 surendra singh rao 10 7 testcase 3,4 failed 10 7

2 output iswrong,recursion is

there 34

15D100008 surendra singh rao 9 testcase 3 failed 7 testcase 3,4 failed 0

all testcasefailed and no

logic 6 output is not proper 22

15D100009 surendra singh rao 10 7 testcase 3,4 failed 10 10 37

15D100010 surendra singh rao 8 testcases 3,6 failed 3all testcases

failed,recursion is there 8 testcase 5 failed 5output is wrong

,recursion is there 24

15D100011 surendra singh rao 1 only testcase 6 pass 1all testcases failed,no

recursion 0 no submission 0 No submission 2

15D100012 Ashish Ramteke 10 0 no submission 6failing for 2 test

cases 10 26

15D100013 Ashish Ramteke 10 10 using recursion 3

failing for all testcases,has madegood attempt at

solving theproblem buthave some

problem withlogic 10

was going out ofcanvas in case of L

value greater than 10for n=3 .. its working

fine for value of Laround 1 to 5 , my

mistake haven'tchecked for those

values. 33

15D100014 Ashish Ramteke 7

only passing onetest case, failing 4bcz printing P in

place of p, and oneis one is due toproblem in logic 3

compilation error bcz ofmismatch in arguments

passed while callingfunction , on correcting it

compiling but not providingcorrect output 2

failing for all testcases, someproblem with

logic 0 no submission 12

Lab quiz 2 - Marksheet

19

Page 20: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

15D100015 Ashish Ramteke 10 10 using recursion 10 5

solution is recursive,but not taking any

input (n,l) just printingfor n=3, though

looking at the code,feels like with minor

changes will work forinputs as well 35

15D100016 Ashish Ramteke 10 10 using recursion 10 9

as the value of lengthwas hardcoded forn>3 output was notcoming properly onscreen , reducing 1mark for not takinglength from user 39

15D100017 Ashish Ramteke 10 10 using recursion 10 10 40

15D100018 Ashish Ramteke 10 10 using recursion 0 no submission 0 no submission 20

15D100019 Ashish Ramteke 10 10 using recursion 10 10 40

15D100020 Ashish Ramteke 10 10 using recursion 6failing 2 test

cases 10 36

15D100021 Ashish Ramteke 9 fails for 1 testcase 0 no submission 6failing 2 test

cases 0 no submission 15

15D100022 Ashish Ramteke 10 3problem with the logic,failing for all test cases 6

failing 2 testcases 0 no submission 19

15D260001 Ashish Ramteke 10 10 using recursion 10 10 40

15D260002 Binapani Beria 10 10 10 10 40

15D260003 Binapani Beria 10 4 failing for 4 testcases 6failing for 2testcases 2

No recursion andworking only for order

1 22

15D260004 Binapani Beria 10 1 failing for all testcases 0

compilationerror, no logic is

applied, onlyinput and outputstatements are

there 1

Syntax error, logic isnot correct,parameters

mismatch in koch() 12

15D260005 Binapani Beria 10 1 compilation error 8failing for 1

testcase 0 No submition 19

15D260006 Binapani Beria 10marks changed in

crib 10 10 10 40

15D260007 Binapani Beria 10 0 no submission 8failing for 1

testcase 5

Working only for order1 and recursion is

used 23

15D260008 Binapani Beria 9 failing for 1 testcase 0 no submission 6failing for 2testcases 0

code is not for thegiven question 15

15D260009 Binapani Beria 10 10 10 10

you have taken inputin wrong order, marks

changed in crib 40

Lab quiz 2 - Marksheet

20

Page 21: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

15D260010 Binapani Beria 8failing for 2testcases 0

no changes done to thereference code 6

failing for 2testcases 0 No submition 14

15D260011 Binapani Beria 1failing for 5testcases 0

compilation error,the writtencode is a combination of

statements,main and otherfunctions are missing 1

compilation errorand logic is not

correct 0 No submition 2

15D260012 Binapani Beria 10 10 10 8length should be taken

as input 38

15D260013 Binapani Beria 10 10 10 10 40

BATCH 5

Roll Number Grader TA -1=AbsentProblem 1

marksProblem 1comments

Problem 2marks Problem 2 comments

Problem 3marks

Problem 3comments

Problem 4marks Problem 4 comments

WeightedTotal

131030027 Aishwarya Netam 0 no submission 0 no submission 0 no submission 0 no submission 0

120040046 Agneya 0 no submission 0 no submission 0 no submission 0 no submission 0

150100001 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 40

150100002 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 7Testcases 3 and 4 failed

i.e. producing wrong output 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 37

150100003 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 40

150100004 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 4

Although absolutely correctiterative solution but thequestion strictly required

recusive solution 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 34

150100005 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 40

150100006 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 4

Logic is almost correct butfailed to satisfy the

testcases 6

Evaluationtestcases 1 and

5 failed 10Good Work! Working

properly 30

150100007 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 6

Evaluationtestcases 1 and

5 failed Submission not found 26

Lab quiz 2 - Marksheet

21

Page 22: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150100008Sushant

Shambharkar, batch 3 10 7

EvaluateTestcase2 FAIL 0Input:007Expected output:7Actual output:

EvaluateTestcase5 FAIL 0Input:890342000Expected output:243098Actual output: 10 0 No Submission 27

150100009Sushant

Shambharkar, batch 3 10 10 10 2Draw only one sidewith only one Fract 32

150100010 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 40

150100011 Kuldeep Punjabi 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 10Good Work! Working

properly 40

150100012 Jayesh 10Autoevaluation

Succeeded. 10 Autoevaluation Succeeded. 6Testcases 1 and

5 failed 10 Good! 36

150100013 Jayesh 10Autoevaluation

Succeeded. 10 Autoevaluation Succeeded. 10Autoevaluation

Succeeded. 10 Good! 40

150100014 Jayesh 10Autoevaluation

Succeeded. 10 Autoevaluation Succeeded. 10Autoevaluation

Succeeded. 10 Good! 40

150100015 Jayesh 10Autoevaluation

Succeeded. 6

All testcases fail. Recursivesolution implemented and

no compilation error. 8Testcase 1

failed 9

Logic is correct, butonly order is taken asinput and side length

is hardcoded. 33

150100016 Jayesh 10Autoevaluation

Succeeded. 2Compilation fails. Almost

empty file submitted. 8Testcase 2

failed 10 Good! 30

150100017 Jayesh 10Autoevaluation

Succeeded. 10 Autoevaluation Succeeded. 10Autoevaluation

Succeeded. 10Resolved in cribs on

14-10-15. 40

150100018 Jayesh 10Autoevaluation

Succeeded. Submission not found 6Testcases 3 and

4 failed Submission not found 16

150100019 Jayesh 10Autoevaluation

Succeeded. Submission not found 8Testcase 1

failed Submission not found 18

150100020 Jayesh 7 Testcases 3,4 and

6 failed. 4Compilation fails. Iterative

logic implemented. 5

All testcasesfailed. But idea

is correct. 6Recursive solution, but

logical error. 22

150100021 Jayesh 10Autoevaluation

Succeeded. 10 Autoevaluation Succeeded. 10Autoevaluation

Succeeded. 10 Good! 40

150100022 Jayesh 10Autoevaluation

Succeeded. 6

All testcases fail. Recursivesolution implemented and

no compilation error. 10Autoevaluation

Succeeded. 10 Good! 36

Lab quiz 2 - Marksheet

22

Page 23: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150100023 Kush Goyal 10 10 10 8

output for n = 1 ismissing and rest is

shifted by 1 38

150100024 Kush Goyal 10 10 10 10 40

150100025 Kush Goyal 10 0 no submission 0 no submission 10 20

150100026 Kush Goyal 10 10 10 10 40

150100027 Kush Goyal 10 0poor change in reference

code . compile error 2

idea i good butimplementation

is very faulty andmany logical and

compilationerrors. 10 22

150100028 Kush Goyal 8 test case 3,4 fail 7Testcases 3 and 4 failed

i.e. producing wrong output 2

logic is incorrect. few test cases

passed justbecase same

outputeverywhere. So

no marks. 2logic is incorrect but a

good attempt 19

150100029 Kush Goyal 10 7Testcases 3 and 4 failed

i.e. producing wrong output 0

bad logic even iftest case passjust beacusesingle returnevery whre 8

remove line 5 and 16then its perfect 25

150100030 Kush Goyal 2

idea is correct butnot impleted

correctly 0no output . no recursive

function in program. 0 no submission 0 no submission 2

150100031 Kush Goyal 10 2incorrect logic , all test case

fails, but a good try. 8one test case

fails 2

logic is incorrect andnot a recursive

program. work finewith only n = 1 and

same for all n 22

150100032 Kush Goyal 9 test case 3 fails 10 6few test case

fails 10 35

150100033ABHISHEK

KUMAR,batch3 10 9 one test case fail 10 0 no submition 29

150100034 Kush Goyal 8 test case 4,6 fails 2

logic is correct up o a levelbut compilation error andimplementation is faulty. 2

wrong logicimplementaion. 8

side length must begiven by user rest is

fine 20

150100035sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 4

Correct logic butcompilation error due to

usage of simple cpp insteadof c++ 6

Few test casefails due to

segfault no submission 20

150100036sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 8 only few test cases working 0wrong logic

implementaion. 10 28

150100037sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 0 no submission 0 no submission 3

compile errors,marksgiven only for proper

recursion 13

Lab quiz 2 - Marksheet

23

Page 24: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150100038 Geethanjali,batch3 10 10 10 4 no proper output 34

150100039sandeep kumar

vigrahala 3only few test cases

are correct 0 no submission 0

very smart try byprinting 1 for allcases !wrong

logicimplementaion. 10 13

150100040sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 7only few test cases are

correct 8

one test casefails where there

is a break insequence. 10 35

150100041sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 10 40

150100042sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly 2Wrong output marks

only for recursion 32

150100043sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10 Good work 4

nothing is workingmarks given for proper

recursion and somelogic 34

150100044sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 10Good Work! Autoevaluated

Correctly 10

Good Work!Autoevaluated

Correctly no submission 30

150100045sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 3

no recursion and not allcases handled even in

iterative 6only few cases

working 3

Built recursive solutionbut output is notcorrect and logicpartially correct 22

150100046sandeep kumar

vigrahala 10

Good Work!Autoevaluated

Correctly 7only few test cases are

correct 10

Good Work!Autoevaluated

Correctly 7

Logically absolutelycorrect but didn't

repeat the logic threetimes together with

changing anglethereby not providing

the exact output 34

150100047 sandeep singh 10 3wrote partial recursivesolution and attempted 4

test case 2,3,4failed submission not found 17

150100048 sandeep singh 10 4logic correct but required

ouput is not printed 10test case 1,3,4,5

failed submission not found 24

150100049 sandeep singh 10 9 test case 5 failed 0compilation

failed submission not found 19

150100050 sandeep singh 10 10 10 10 40

150100051 sandeep singh 10 10 10 5code working for n=0

and 1 35

150100052 sandeep singh 10 10 10 9very close figure , not

exact 39

150100053 sandeep singh 10 10 0all test cases

failed 1only taking input

,nothing else 21

Lab quiz 2 - Marksheet

24

Page 25: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150100054 sandeep singh 10 10 8 test case 2 failed 8

close figure,notexact,one extra line in

all output 36

150100055 sandeep singh 10 4logic correct but required

ouput is not printed 10 9exact figure but lengthis not taken as input 33

150100056 sandeep singh 10 submission not foundsubmission not

found 5

working approximatelyfor n=0 and 1, have

some mistakes 15

150100057 sandeep singh 10 10 6test case 1,5

failed 4

recursive but notworking for

n=0,1,2,3,4 , tookwrong angle,serious

attempt though 30

150100058 sandeep singh 10 1

nearly copied the referencecode given , just converted

it to cpp code 6test case 2,5

failed 3not recursive but

working for n=0 and 1 20

150100059 Sandeep Rai 9 test case 3 fails 2 all test cases failed 4

1 test casepassed, minor

problem in logic 3

compilation failed,partially going in right

direction 18

150100060 Sandeep Rai 10 good work 0 Not submitted 63 test cases

passed 10 good work 26

150100061 Sandeep Rai 10 good work 6recursion exists but not

working correctly 8 1 testcase failed 6recursion exists butnot working correctly 30

150100062 Sandeep Rai 0 Not submitted 0 Not submitted 0 Not Submitted 0 Not Submitted 0

150100063 Sandeep Rai 4

passed 2 test cases,Logic seems correctbut implementation

is incorrect 1 for effort 5

2 test casespassed, slight

problem in logic 0 Not Submitted 10

150100064 Sandeep Rai 9 test case 3 fails 6recursion exists but not

working correctly 63 test cases

passed 0 Not Submitted 21

150100065 Sandeep Rai 10 good work 10 good work 10 Good work 10 good work 40

150100066 Sandeep Rai 10 good work 10 good work 0

Compilationerror and nologic in code 9 almost correct 29

150100067 Sandeep Rai 3

Logic seems correctbut implementation

is incorrect 1 for effort 0

Compilationerror and nologic in code 6

recursion exists butnot working correctly 10

150100068 Sandeep Rai 4

passed 2 test cases,Logic seems correctbut implementation

is incorrect 0 Not submitted 0 Not Submitted 0 Not Submitted 4

150100069 Sandeep Rai 10 good work 10 good work 84 test Cases

Passed 10 good work 38

150100070 Sandeep Rai 4

passed 2 test cases,Logic seems correctbut implementation

is incorrect 10 good work 63 test cases

passed 0 Not Submitted 20

Lab quiz 2 - Marksheet

25

Page 26: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150100071 Ajeeta shakeet 10 nice 10 auto evaluted 10 auto evaluted 4

no recursion, work notproper for order 1,2 no

code for order 3 34

150100072 Ajeeta shakeet 10 nice 0 as it is reference code 4 compilation error 10 nice 24

150100085 Annie Rajoria, batch3 10 10 10 10 (crib) 40

150100086 Aishwarya Netam 10 good work 7 testcase 3 and 4 failed 6testcase 1 and 5

failed 4incorrect ans; infinite

recursion 27

150100087 Aishwarya Netam 10 good work 7 testcase 3 and 4 failed 6testcase 1 and 5

failed 9 length hard coded 32

150100088 Aishwarya Netam 10 good work 7 testcase 3 and 4 failed 10 Good work 10 good work 37

150100089 Aishwarya Netam 9 testcase 6 failed 7 testcase 3 and 4 failed 6test case 3,4

failed 7 incorrect output 29

150100090 Annie Rajoria, batch3 10 3 segmentation fault 10 0 not submitted 23

150100091 Aishwarya Netam 10 good work 10 good work 6test case 1,5

failed 0 no submission 26

150100092 Aishwarya Netam 1 some attempt made 1 some attempt made 1some attempt

made 0 no submission 3

150100093 Aurobindo 2

compilationsuccess;close

attempt 3

only testcase1pass;recursion absent;extra

cout statements 0no logic

implemented 0 no submission 5

150100073 Ajeeta Shakeet 3 wrong logic 0 as it is reference code 0 no submission 0 no submission 3

150100074 Ajeeta Shakeet 3

compilationerror,also logic

wrong 0 no submission 0 no submission 1 for attempt 4

150100075 Ajeeta Shakeet 3wrong

logic,compilation fail 4 not recursive 6 auto evaluted 1 for attempt 14

150100076 Ajeeta Shakeet 8 logic almost right 4not recursive and onlt test 1

pass 0 no submission 0 no submission 12

150100077 Ajeeta Shakeet 7

logic almostright,compilation

error 1 for attempt 3 compilation error 0 three line code only 11

150100078 Ajeeta Shakeet 10 nice 10 auto evaluted 10 auto evaluted 0 no submission 30

150100079 Ajeeta Shakeet 10 nice 7 auto evaluted 10 auto evaluted 10 nice 37

150100080 Ajeeta Shakeet 8 auto evaluted 4logic almost right,testcases

fail 0 no submission 0 no submission 12

150100081 Ajeeta Shakeet 7 logic almost right 1 for attempt 5test case 1 pass

only 1for attemp,no main

function 14

150100082 Ajeeta Shakeet 8 auto evaluted 0 few line code 6 auto evaluted 3no recursive,only work

for order 0 17

150100083 Amit Khandelwal 0 no submission 0 no submission 0 no submission 0 no submission 0

150100084 Aishwarya Netam 8testcase 3 and 4

failed 0 no submission 0no logic

implemented 7 close attempt 15

0

Lab quiz 2 - Marksheet

26

Page 27: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

0

0

15B030009 Annie Rajoria, batch3 10 10 10 3compilation error due

to simplecpp 33

0

150100038 Geethanjali 10 10 10 4 no proper output 34

150260013 Jayesh 0 No submission 4 Compilation Error 0 No submission 3 compilation error 7

150260002sandeep kumar

vigrahala 2compilation error,marks for logic 0 no submission 2

compilation error,marks for logic 0 no submission 4

150100101 Agneya Loya 10 auto evaluated 0 no submission 0Program always

prints 0 7 close attempt 17

150260016 Ajeeta Shakeet 10 auto evaluated 3 wrong logic 6 auto evaluted 0 no submission 19

BATCH 6

Roll Number Grader TA -1=AbsentProblem 1

marksProblem 1comments

Problem 2marks Problem 2 comments

Problem 3marks

Problem 3comments

Problem 4marks Problem 4 comments

WeightedTotal

150020001 Arpan 10 10 10 10 40

150020002 Arpan 10 10 10 10 40

150020003 Arpan 5only one case

passing 2 Compilation Fails 4minimal

submission 2 Compilation Fail 13

150020004 Arpan 2Compilation Fail,

Wrong Code 0 No Submission 0 No Submission 0 No Submission 2

150020005 Arpan 10 10 10 4 Wrong figure 34

150020006 Arpan 9 one test case fails 10 10 4Incomplete, Wrong

figure 33

150020007 Arpan 10 10 10 4Infinte recursion,

Wrong figure 34

150020008 Arpan 10 10 10 0 No Submission 30

150020009 Arpan 10 10 10 10 40

150020010 Arpan 10 10 10 10 40

150020011 Arpan 9 one test case fails 6 Some test cases are Failing 10 10 35

150020012 Arpan 10 10 10 10 40

150020013 Aditya Samadhiya 2 0Compilation Failed. Wrong

logic 0 Wrong logic 0 Nothing working 2

150020014 Aditya Samadhiya 4 Compilation failed 10 10 0 No Submission 24

150020015 Aditya Samadhiya 4 0 No main function 4

1 small error.Used "=="

instead of "=" forassignment 0 No Submission 8

15B030028 (Batch 4)

15D100010 (Batch 4)

Lab quiz 2 - Marksheet

27

Page 28: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150020016 Aditya Samadhiya 9 3 9 1 Compilation Fail 22

150020017 Aditya Samadhiya 10 10 10 2 Not correct soln 32

150020018 Aditya Samadhiya 10 10 10 10 40

150020019 Aditya Samadhiya 10 6 10 4 Not correct soln 30

150020020 Aditya Samadhiya 10 10 10 1 31

150020021 Aditya Samadhiya 0 No submission 10 2compilation

error. 1 Compilation Fail 13

150020022 10 10 10 6 Misplaced lines 36

150020023 Aditya Samadhiya 10 10 10 0 No Submission 30

150020024 Aditya Samadhiya 10 10 10 10 40

150020025 Anjali K J 9 Test case failed 10 10 0Not working, no

recursion 29

150020026 Anjali K J 9 Test case failed 8 Test case failed 10 2only cesaro lines for

n=1,2. 29

150020027 Anjali K J 10 10 10 1only cesaro lines for

n=1. 31

150020028 Anjali K J 0 No logic 0 No submission 2 Logic not correct 0 No submission 2

150020029 Anjali K J 10 10 10 5 Working for n = 1 35

150020030 Anjali K J 10 4 No recursion 10 0 No submission 24

150020031 Anjali K J 0 No logic 0 No logic 2 Logic not correct 0 No submission 2

150020032 Anjali K J 0 No logic 0 No logic 0 No logic 1only cesaro lines for

n=1. 1

150020033 Anjali K J 10 10 10 1only cesaro lines for

n=1. 31

150020034 Anjali K J 1 Logic not corrrect 0 No submission 8 Test case failed 0 No submission 9

150020035 Anjali K J 10 7Works after minor changes

+ Test case failed 10 0 No code 27

150020036 Anjali K J 10 10 10 10 40

150020037 Deepak Garg 7 1 10 0 No Submission 18

150020038 Deepak Garg 0 0 0 No Submission 0 No Submission 0

150020039 Deepak Garg 0 No Main 1 0 No Main 0 No Submission 1

150020040 Deepak Garg 10 2

Reads more than onevalue, prints the same read

value 3 Wrong Answer 0 No Submission 15

150020041 Deepak Garg 10 10 10 2Compile Error, Square

Printing 32

150020042 Deepak Garg 10 10 10 0 No Submission 30

150020043 Deepak Garg 1 Irrelevant 0 10 0 No Submission 11

150020044 Deepak Garg 10 2 Compilation Fails 3Wrong

Answer/Logic 0 No Submission 15

Lab quiz 2 - Marksheet

28

Page 29: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150020045 Deepak Garg 10 10 10 1

Compiple Error, NoInput, Little Pattern

Printing 31

150020046 Deepak Garg 4 Compile Error 8 fails on zero 0 No Submission 0 No Submission 12

150020047 Deepak Garg 10 10 10 0 No Submission 30

150020048 Pavan Tiwari 10 10 10 exact solution. 6only draw square for

n=1 . 36

150020049 Pavan Tiwari 5 Segmentation fault 10 10 exact solution. 0 not attempt 25

150020050 Pavan Tiwari 10 10 10 exact solution. 0 not attempt 30

150020051 Pavan Tiwari 10 10 10 exact solution. 8 close to solution 38

150020052 Pavan Tiwari 10 10 10 exact solution. 3 compilation fail 33

150020053 Amit Khandelwal 10 0 NA 10 10 30

150020054 Pavan Tiwari 0 Nothing Done 0 nothing done 3compilation

error. 3Non-recursive attemptand compilation error. 6

150020055 Pavan Tiwari 5 Segmentation fault 0 Not attempt 10 exact solution. 0 not attempt 15

150020056 Pavan Tiwari 10 3 not reverse 10 exact solution. 0 not attempt 23

150020057 Pavan Tiwari 10 10 10 exact solution. 10 Good Solution 40

150020058 Pavan Tiwari 3 Compile Error 0 not attempt 0 not attempt 3Non-recursive attemptand compilation error. 6

150020059 Pavan Tiwari 10 10 10 exact solution. 5 Not draw Square 35

150020060 Anjali K J 1Only 1 testcase

passed 4 No recursion 10 0 not submitted 15

150020061 Anjali K J 1 Attempted 0 Not submitted 0 Not submitted 0 not submitted 1

150020062 Aditya Samadhiya 9 10 10 4 compilation fail 33

150020063 Aditya Samadhiya 10 7Program worked after few

changes 10 0 not submitted 27

150020064 Arpan Somani 9 one test case failed 4 No test case passes 10 0 not submitted 23

150020065 Arpan Somani 9 one test case failed 8 some test cases failing 10 0 not submitted 27

150020066 swapnil raut 10 10 10 30

150020067 swapnil raut 0 no submission 0 no submission 3no outputgenerated 3

150020068 Akash Kumar 2

wrong logic, answeris also wrong in one

testcase it ispassing only 9

small changes aboutdeclaration 10 0 not submitted 21

150020069 Akash Kumar 9

1 testcase is failingin case of -ve

numbers; max isinitialized to 0 9

Recursive but result isprinted from the function

only 10 10 correct 38

150020070 Pavan Tiwari 5 Segmentation fault 0 nothing done 5segmentation

error. 3 works only for n=1 13

Lab quiz 2 - Marksheet

29

Page 30: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150020071 Pavan Tiwari 10 3 Compilation Fails 0 nothing done 13

150020072 Akash Kumar 10 4 Correct but not recursive 10 0 not submitted 24

150020073 Akash Kumar 10 0complie error; only input

taken is correct 10 3

Solution is notrecursive and also

draws wrong pattern 23

150020074 Akash Kumar 10 10 10 10

pattern goes outsidewindow for larger

length 40

150020075 Akash Kumar 10 10 10 4

solution is recursivebut draws only half of

the fractal alsoprogram does not take

input from user theparameters are hard

coded 34

150020076 Akash Kumar 10 10 10 10

pattern goes outsidewindow for larger

length 40

150020077 Amit Khandelwal 10 Correct 4

not recursive, also notgiving correct answer toall testcases 4

not completelycorrect,testcases arefailing 9

-1 because u usedfixed length 27

150020078 Akash Kumar 1

solution simplytakes input in arrayand prints answer

as a[3] 0compile error, nothing is

wriiten only declaration of n 9

explain ur logicto fetch 6 marksas per test case 0 not submitted 10

150020079 Akash Kumar 10 3recursive but goes in infinite

loop, wrong approach 10 0 not submitted 23

150020080 Amit Khandelwal 0 no sincere attempt 2 compilation fail 0 wrong logic 2 wrong logic 4

150020081 Akash Kumar 10 10 10 2

3 compilation error;approach is recursivebut logic is not correct;

only attempted 32

150020082 Akash Kumar 10 10 10 10

shuld have moved theturtle to top left before

drawing 40

150020083 Akash Kumar 8

type number ofinputs ' should havebeen commented

and max should beinitialized to a[0] not0 as in case of -veno. Answer fails 4

complie error; logic ismostly correct 10 3

solution is wrong, it'snot recursive 25

150020084 swapnil raut 10 10 10 5

recursive solution butdraws things in wrong

places. 35

Lab quiz 2 - Marksheet

30

Page 31: Lab quiz 2 - Marksheet - cse.iitb.ac.incs101/2015.2/Lab quiz 2 Marksheet.pdf · 153050015 Abhishek Sethi 3 only test case 2,3,4 passed 0 no submission 2 only test case 2 and 5 passed

150020085 swapnil raut 3 compilation error 10 3 compilation error 5

infinite recursion, nobase condition, noinput for n, draws

incorrect 21

150020086 swapnil raut 10 10 10 10 40

150020087 swapnil raut 9 10 10 5 working for n=1 only 34

150020088 swapnil raut 10 10 10 0compilation error n no

code 30

150020089 swapnil raut 9 10 10 10 39

150020090 swapnil raut 10 9 10 0compilation error n no

code 29

150020091 swapnil raut 3 compilation errr 3 no output 3 compilation error 0compilation error n no

code 9

150020092 swapnil raut 10 10 4 no correct ouput 0 no submission 24

150020093 swapnil raut 8 10 8 3 working for n=1 29

150020094 swapnil raut 0 no submission 0 no submission 0 no submission 0 no submission 0

150020095 swapnil raut 10 3 no output 10 0 no submission 23

135090020 0

Lab quiz 2 - Marksheet

31