这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《大佬求捞捞》回复:
@[tt12341234](luogu://user/1291771) 大佬会python吗
```python q = int(input()) s = input() ls = [list(map(str,input().split())) for i in range(q)] for x in ls: if x[0] == "1": s +=x[1] print(s) elif x[0] == "2":…