摘要:
#include "stdio.h"#include "stdlib.h"#include "malloc.h"//从n根棍子中,找出能组成三角形的周长最大的三根棍子int main(){ int n; scanf_s("%d",&n); int *a = (int*)malloc(sizeof(i... 阅读全文
posted @ 2015-11-15 21:08
wpzy
阅读(154)
评论(0)
推荐(0)
浙公网安备 33010602011771号