Hello World!

Vector29 posted @ 2012年2月02日 00:11 in C/C++ with tags Hello World , 1441 阅读
#include <iostream>

int main()
{
    std::cout << "Hello World!";
    return 0;
}
  • 无匹配

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter