2016年11月19日

1014:Uniform Generator

摘要: 两种方法: 1.普通的求解思路:值得注意的是%10d的用法 1 #include <iostream> 2 #include <stdio.h> 3 #include <string> 4 using namespace std; 5 #define MAX 100005 6 int main() 阅读全文

posted @ 2016-11-19 17:35 猪妹 阅读(276) 评论(0) 推荐(0)

导航