0
点赞
收藏
分享

微信扫一扫

c++简单定义

灯火南山 2022-02-24 阅读 56
#include<iostream>
using namespace std;
int main(){
	int a=10;
cout<<"a="<<a<<endl;
system("pause");

    return 0;
}
举报

相关推荐

0 条评论