摘要: #include "stdafx.h"#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 quo 阅读全文
posted @ 2019-06-06 14:54 Lansen 阅读(70) 评论(0) 推荐(0)