摘要: UVA 12657Boxes in a Line 模拟 FZU 1876JinYueTuan 不说话 view code#include using namespace std; int main() { long long n,m,p,ans=1; while(cin>>n>>m>>p){ ans=1; for(int i=n;i #in... 阅读全文
posted @ 2014-08-09 00:03 ForeverEnjoy 阅读(156) 评论(0) 推荐(0)