首页 > 开心还是难过
头像 samkam
发表于 2026-01-15 23:53:39
str_ = str(input()) positions = [] start = 0 while start < len(str_) - 2: pos = str_.find(':-', start) if pos == -1: break posi 展开全文
头像 月眠川
发表于 2025-12-19 17:51:43
#include <cstddef> #include <iostream> #include<string> #include<algorithm> #include<vector> using namespace std; int ha 展开全文

等你来战

查看全部