summaryrefslogtreecommitdiff
path: root/comp/work/60/starter
blob: f83dd6ab7687536aac441481beb150ffeca23310 (plain)
1
2
3
4
5
6
7
8
call no | 	arg 	| ret
1	| [4,2,5,3]	| 52
2	| [2,5,3]	| 24
3	| [5, 3]	| 11 
4	| [3]		| 3 
5	| []		| 0