A97900.皓仔的土豆脑袋
2026-02-05 20:55:17
发布于:浙江
20阅读
0回复
0点赞
我的帖子首页
#include<bits/stdc++.h>//用万能头文件是一个好习惯
#define ll long long//初学者不用写
using namespace std;//命名空间
int main(){//主函数
ios::sync_with_stdio(false);//初学者只要知道这叫输入输出保底
cin.tie(0);
cout.tie(0);
cout<<"Potatoes are amazing!";//直接输出,非常简单
return 0;//好习惯
}
这里空空如也








有帮助,赞一个