65,186
社区成员




#include <iostream>
#include <string>
#pragma hdrstop
using namespace std;
//---------------------------------------------------------------------------
#pragma argsused
int main(int argc, char* argv[])
{
string test;
test = "0";
cout << test << endl;
return 0;
}