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