用户:
和砚查看: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")