1060. Are They Equal (25)
摘要:
#include <iostream> #include <string.h> using namespace std; struct node { int d; char s[110]; }; int n; node getnode(char s[]) { int firstpos = -1, p 阅读全文
posted @ 2025-11-23 17:11 王景迁 阅读(5) 评论(0) 推荐(0)
浙公网安备 33010602011771号