không biết có nhâm gì không mà chạy được nhưng không đúng phần tìm vị trí... nhập sao nó cũng ra vị trí thứ 1
#include<conio.h>
#include<iostream>
#include<math.h>
#include<string.h>
#include<stdio.h>
using namespace std;
typedef struct node
{
int data;
struct node*next;
}node;
typedef...