c++程序—变量

#include<iostream>
using namespace std;

int main()
{
	int a = 10;
	cout << "a=" << a << endl;
	system("pause");
	return 0;

}

  

posted @ 2020-02-24 10:39  Jackie_Wang  阅读(127)  评论(0编辑  收藏  举报