Commit 9aec7740 authored by limingbo's avatar limingbo

add period

parent 73f8f8fc
...@@ -62,7 +62,7 @@ int main(int argc, char *argv[]) ...@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
for(auto task : crossTasks){ for(auto task : crossTasks){
ofs << task.first; ofs << task.first;
for(auto period : task.second){ for(auto period : task.second){
ofs << " " << period.first << " " << period.second; ofs << setprecision(15) << " " << period.first << " " << period.second;
} }
ofs << std::endl; ofs << std::endl;
......
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