Commit 732b7821 authored by limingbo's avatar limingbo

test

parent 00c24ec9
......@@ -58,7 +58,10 @@ int main(int argc, char *argv[])
return 0;
}
if(crossTasks.size() != 0){
ofs << crossTasks.back() << std::endl;
// ofs << crossTasks.back() << std::endl;
for(string task : crossTasks){
ofs << task << std::endl;
}
}
ofs.close();
return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment