Hello world!

2019-11-12  本文已影响0人  孤影渐苍茫
#include <iostream>

int main {
    std::cout << “Hello world!” << std::endl;
    return 0;
}
上一篇 下一篇

猜你喜欢

热点阅读