how to delete 5 no element from list #include using namespace std; struct fcfs { int process_no; int burst_time; };
int main() { list