摘要: C11构造函数列表初始化 struct node{ int x,y,s,f; node(int xx,int yy,int ss,int ff){x = xx,y = yy,s = ss,f = ff;} }; q.push(node(tx,ty,t.s+1,t.f)); C98强转 struct 阅读全文
posted @ 2024-04-03 22:13 俺叫西西弗斯 阅读(0) 评论(0) 推荐(0)