133 词
第一篇来个程序员入门圣经 1234567#include <iostream>int main(){ std::cout << "Hello, World! " std::endl; return 0;} 到此结束!OVER!