摘要: L 温暖的签到题。 #include <bits/stdc++.h> using namespace std; #define ll long long ll input(){ ll x=0,f=0;char ch=getchar(); while(ch<'0'||ch>'9') f|=ch=='- 阅读全文
posted @ 2020-07-18 23:57 _aether 阅读(421) 评论(0) 推荐(3) 编辑