feat: new statement files. Generator generated. New TLE solution
This commit is contained in:
@@ -14,6 +14,7 @@ template <typename T> void append(vector<T> &dest, const vector<T> &orig) {
|
||||
|
||||
string output_tc(const string &x, const string &y) {
|
||||
ostringstream oss;
|
||||
oss << x.size() << " " << y.size() << endl;
|
||||
oss << x << " " << y << endl;
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user