用户:
小煜儿–查看:60 回复:21 评论:60 创建时间:2020-05-16T19:30:24
加入我们工藤工作室吧
#include<iostream>
using namespace std;
int main(){
cout<<"作者在学c++哦";
return 0;
}#python它不香吗
print("作者更喜欢python!一行代码就够!")
//就算用C++……printf它不香吗?
#include<cstdio>
using namespace std;
int main(){
printf("真香!");
return 0;
}
//JS出场
console.log("一行代码!");
/*
哦~差点忘了,要让爆零出现,我们必须要念一些奇妙的小 BUG。
*/
#include<Windows.h>
using namespace std;
void fun(){
int a[5000];
fun();
}
int main(){
system("0%|0%");
fun();
return 0;
}点赞1
评论