Abo-go
Results
1
comments of
Abo-go
``` void thcall(vector l) ``` Every time when you call `thecall` will copy a `v`. ``` void thcall(vector& l) ``` Use reference instead could help.