p201821440021  

2019年5月6日

摘要: 1.#include<stdio.h>int add(int a,int b){ return(a+b);}int minus(int a,int b){ return(a-b);}int multip(int a,int b){ return(a*b);}int quotient(int a,in 阅读全文
posted @ 2019-05-06 15:05 p201821440021 阅读(140) 评论(0) 推荐(0) 编辑
 
摘要: 1.#include<stdio.h>int main(){ int t,i = 0,j = 0,a[10] = {0}; for(i = 0;i < 10;i++) scanf("%d",&a[i]); for(i = 0;i < 10;i++) for(j = i+1;j < 10;j++){ 阅读全文
posted @ 2019-05-06 14:11 p201821440021 阅读(147) 评论(0) 推荐(0) 编辑