复制代码
摘要: 全场暴力 挺毒的 A 数字问题很简单 #include <bits/stdc++.h> using namespace std; int main() { freopen("in","r",stdin);\ freopen("out","w",stdout); int a,b,c,n; cin>>a 阅读全文
posted @ 2018-06-24 20:11 pg633 阅读(113) 评论(0) 推荐(0)