摘要: A 送分 拼手速快速读懂题意后#include #include using namespace std;int main(){ int a,b,c; cin>>a>>b>>c; int d = abs(a-b); int x = m... 阅读全文
posted @ 2018-03-10 19:24 enlong 阅读(135) 评论(0) 推荐(0) 编辑