0_0_11139726_1827.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_11139726_1827.cpp:5: error: expected constructor, destructor, or type conversion before '<' token
0_0_11139726_1827.cpp:5: error: expected `,' or `;' before '<' token
0_0_11139726_1827.cpp:6: error: expected constructor, destructor, or type conversion before '<' token
0_0_11139726_1827.cpp:6: error: expected `,' or `;' before '<' token
0_0_11139726_1827.cpp: In function `int main()':
0_0_11139726_1827.cpp:9: error: `cin' undeclared (first use this function)
0_0_11139726_1827.cpp:9: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11139726_1827.cpp:11: error: `task' undeclared (first use this function)
0_0_11139726_1827.cpp:12: error: `machine' undeclared (first use this function)
0_0_11139726_1827.cpp:19: error: `max' undeclared (first use this function)
0_0_11139726_1827.cpp:28: error: `sort' undeclared (first use this function)
0_0_11139726_1827.cpp:38: error: `multiset' undeclared (first use this function)
0_0_11139726_1827.cpp:38: error: expected primary-expression before "int"
0_0_11139726_1827.cpp:38: error: expected `;' before "int"
0_0_11139726_1827.cpp:39: error: `Iter' undeclared (first use this function)
0_0_11139726_1827.cpp:47: error: `cout' undeclared (first use this function)
0_0_11139726_1827.cpp:47: error: `endl' undeclared (first use this function)
|