猫史档案馆


用不同语言输出hello, world

用户:和砚和砚查看:7 回复:1 评论:7 创建时间:2021-06-16T22:28:09


#include<iostream>
using namespace std;
int main() {
    printf("hello, world");
    return 0;
}
#include<stdio.h>
int main() {
    printf("hello, world");
    return 0;
}
print("hello, world")
alert("hello, world")


回复

上一页1 页 / 共 1下一页
NOTCH___NOTCH___

c++可以用cout

点赞0


评论