1052 Linked List Sorting(25 分)

#include
using namespace std;
const int maxn=1e6+10;
struct node{
    int add,key,Next;
    bool operator<(const node&x)const
    {
        return keyvalid;
int main()
{
    scanf("%d%d",&n,&head);
    for(int i=0;i

你可能感兴趣的:(1052 Linked List Sorting(25 分))