首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
5578专题
hdu 5578 Friendship of Frog(水)
题目链接:hdu 5578 Friendship of Frog 代码 #include <cstdio>#include <cstring>#include <algorithm>using namespace std;const int maxn = 1005;const int inf = 0x3f3f3f3f;char str[maxn];int main () {int ca
阅读更多...