摘要: #include using namespace std;int main(){ int a,b,c,k; int tmp,ans; while(cin>>a>>b){ k=a*b; if(a<b){ tmp=a; a=b; ... 阅读全文
posted @ 2016-04-25 21:16 弃用博客 阅读(170) 评论(0) 推荐(0)