2014年1月13日

uva 10970 - Big Chocolate

摘要: 水题。。。1 #include2 using namespace std;3 int main(){4 int m,n;5 while(cin>>m>>n){6 cout<<m-1+(n-1)*m<<endl;7 }8 } 阅读全文

posted @ 2014-01-13 10:20 云在心 阅读(86) 评论(0) 推荐(0)

导航