65,209
社区成员
发帖
与我相关
我的任务
分享// 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;
}