65,170
社区成员




// asaa.cpp: 主项目文件。
#include "iostream"
int main()
{
std::cout<<"where are you ?";
return 0;
}
#include "stdafx.h"
#include <iostream>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
cout<<"where you are?";
system("pause");
return 0;
}