摘要: ATcoder ABC 194题解 1.没啥好说的 #include<bits/stdc++.h> using namespace std; int n,a,b,c; int main() { cin>>a>>b; c=a+b; if(c>=15&&b>=8) cout<<1<<endl; else 阅读全文
posted @ 2021-03-08 13:01 Evitagen 阅读(206) 评论(0) 推荐(0)