标签:ace include c++编程 return int mes rod space nbsp
1 #include <iostream> 2 #include <list> 3 using namespace std; 4 5 int main () 6 { 7 list<product> queue; 8 queue.push_back(product()); 9 var x = queue.front(); 10 cout<<"产品"<<x<<"生产完毕,共耗时9小时"; 11 return 0; 12 }
最近编写了模拟工厂产品生产流程的程序,分享如上(C++)
标签:ace include c++编程 return int mes rod space nbsp
原文地址:https://www.cnblogs.com/WSKIT/p/10300034.html