- 博客(4)
- 收藏
- 关注
原创 [java] sdut oj 1111 C语言实验——格式化输出(常量练习)
C语言实验——格式化输出(常量练习)Time Limit: 1000 ms Memory Limit: 65536 KiBProblem Description用c语言的基本输出格式打印下列内容:100A3.140000Input本题目没有输入数据Output输出三行数据:100A3.140000Sample Inputimport java.util.*;pub...
2019-08-30 10:37:57
291
原创 .....
#include <stdio.h>#include <string.h>struct stone{int w;int p;};struct stone a[10005];int main(){int n, m;while(scanf("%d%d", &n, &m)!=EOF){ int i, j; struct st...
2018-12-11 22:12:51
121
原创 2018ACM_秋季集训_程序设计基础_2_实验2链表_F节点插入_2874
2018ACM_秋季集训_程序设计基础_2_实验2链表_F节点插入_2874runtime errorint m, x, k = 0, i; head = (struct node*)malloc(sizeof(struct node)); head->next = NULL; tail = head; while(n--)...
2018-11-30 14:55:31
201
原创 2018ACM_秋季集训_程序设计基础_2_实验2链表_E重复元素的删除_2122
2018ACM_秋季集训_程序设计基础_2_实验2链表_E重复元素的删除一开始做的时候==Runtime error ==代码部分struct node *p = head-&gt;next; struct node *q = NULL, *t = NULL; int k = n; for(i = 0; i &lt; n-1; i++,p = p-&gt;next)...
2018-11-30 00:36:33
132
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人