首页 新闻 会员 周边
2
回答数

回答被采纳 关于 throws的问题

接在问题后面的throws Exception 到底意味着什么? public void putTask(Task r) throws InterruptedException { queue.put
1
回答数

回答被采纳 5 c语言数据结构中的链表代码调试问题

#include<stdio.h>#include<malloc.h>#include<stdlib.h>#include<string.h>#define ElemType int struct N