#include<iostream> using namespace std; int main() { int a = 10; cout << "a=" << a << endl; system("pause"); return 0; } 来源:https://www.cnblogs.com/hackerteen/p/12355913.html 标签 变量