CSP 201712-2遊戲

#include <stdio.h> struct node { int num; struct node *next; }; int main() { struct node *L,*p,*pre,*r; int n,k,i,j; scanf("%d%d",&n,&k); L=(struct node *)malloc(sizeof(struct node)); L->num=1;r=L; fo
相關文章
相關標籤/搜索