A97900.皓仔的土豆脑袋
2026-01-15 21:25:07
发布于:浙江
5阅读
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;//好习惯
}
这里空空如也







有帮助,赞一个