09 2022 档案

摘要:代码 #include <iostream> using namespace std; int sum(int a,int b){ int temp=0; temp= a +b; return temp; } int main(){ int a =10; int b=20; int ret =sum 阅读全文
posted @ 2022-09-30 17:46 Hello_Bugs 阅读(35) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示