This documentation is automatically generated by online-judge-tools/verification-helper
#ifndef call_from_test
#include <bits/stdc++.h>
using namespace std;
#endif
//BEGIN CUT HERE
template<typename T>
void space(const vector<T> &vs){
for(size_t i=0;i<vs.size();i++){
if(i) cout<<' ';
cout<<vs[i];
}
cout<<'\n';
}
//END CUT HERE
#ifndef call_from_test
signed main(){
return 0;
}
#endif#line 1 "io/space.cpp"
#include <bits/stdc++.h>
using namespace std;
#endif
//BEGIN CUT HERE
template<typename T>
void space(const vector<T> &vs){
for(size_t i=0;i<vs.size();i++){
if(i) cout<<' ';
cout<<vs[i];
}
cout<<'\n';
}
//END CUT HERE
#ifndef call_from_test
signed main(){
return 0;
}
#endif