test
#include <iostream>
using namesapce std;
int main(int argc, char **argv)
{
cout << "hello world" << endl;
return 0;
}
转载于:https://blog.51cto.com/kotomifi/1409774
test
#include <iostream>
using namesapce std;
int main(int argc, char **argv)
{
cout << "hello world" << endl;
return 0;
}
转载于:https://blog.51cto.com/kotomifi/1409774