摘要: A.moe 题意 Solution Code #include<bits/stdc++.h> inline int read() { int res=0,flag=1; char ch=getchar(); while(!isalnum(ch)) (ch=='-')?flag=-1:1,ch=get 阅读全文
posted @ 2023-11-08 19:23 Che_001 阅读(16) 评论(0) 推荐(0)