A97900.皓仔的土豆脑袋
2026-02-09 12:34:57
发布于:河北
0阅读
0回复
0点赞
背景
ACGO欢乐赛#64
解题思路
直接输出“Potatoes are amazing!”,注意标点符号
建议直接复制输出
代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Potatoes are amazing!";
return 0;
}
这里空空如也
2026-02-09 12:34:57
发布于:河北
背景
ACGO欢乐赛#64
解题思路
直接输出“Potatoes are amazing!”,注意标点符号
建议直接复制输出
代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Potatoes are amazing!";
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个