
Topcoder之路(学习记录 自看)
Awiny_ImageProcess
没有当Engineer的实力,也要有AdEngineer的追求。
展开
-
SRM 144DIV2 200 C++
Problem Statement Computers tend to store dates and times as single numbers which represent the number of seconds or milliseconds since a particular date. Your task in this problem is to wr原创 2016-10-18 15:38:12 · 595 阅读 · 0 评论 -
第一次写topcoder的注意事项
1.客户端不用梯子连接topcoder超级慢,最好挂个IP各种流畅,方法可以参考我的免费搭建那篇博客,233;2.不用写输入输出,只需要实现一个类对应的要求,如图 类名:Time(string) 函数名:whatTime(int)3.写完后在这里提交原创 2016-10-18 15:47:19 · 653 阅读 · 0 评论 -
SRM 145 DIV 2 250
class ImageDithering { public: int count(string dithered, vector screen) { int count = 0; for(int p = 0 ; p < screen.size();p++) { string temp = screen[p]; for(int原创 2016-10-19 00:35:25 · 400 阅读 · 0 评论