#12406: C++ 代码


swsamuel (世外唐悦)


#include <iostream>
using namespace std;
int main()
{
  cout<<"hello, world"<<endl;
  return 0;
}

代码如上;
不难;
AC的,没错误。