#include#includeusing namespace std;void main(){ template elemtype elem; list ilist; while (cin >> elem) ilist.push_back(elem);}