打卡2

#include<iostream>
using namespace std;
int main()
{
int a=10,b=2;
cout<<"a+b="<<a+b<<endl;
system("pause");
return 0;
}

posted @ 2023-04-20 23:44  大虚胖子  阅读(26)  评论(0编辑  收藏  举报