上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页
摘要: 样例 样例 样例 给出链表 1->2->3->3->4->5->3, 和 val = 3, 你需要返回删除3之后的链表:1->2->4->5。 /** * Definition for singly-linked list. * struct ListNode { * int val; * List 阅读全文
posted @ 2017-03-24 17:51 勿忘初心0924 阅读(2046) 评论(0) 推荐(0) 编辑
摘要: Minimum Inversion Number Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Description The inversion number of a give 阅读全文
posted @ 2017-03-24 14:38 勿忘初心0924 阅读(245) 评论(0) 推荐(0) 编辑
摘要: Mayor's posters Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Description The citizens of Bytetown, AB, could not 阅读全文
posted @ 2017-03-23 22:34 勿忘初心0924 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Count the Colors Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Description Painting some colored segments on a line 阅读全文
posted @ 2017-03-23 18:36 勿忘初心0924 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Resort Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 350B Resort Submit Status Practice Code 阅读全文
posted @ 2017-03-22 21:48 勿忘初心0924 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Can you answer these queries? Time Limit:2000MS Memory Limit:65768KB 64bit IO Format:%I64d & %I64u Submit Status Can you answer these queries? Submit  阅读全文
posted @ 2017-03-20 13:04 勿忘初心0924 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Description Description Bessie is such a hard-working cow. In fact, she is so focused on maximizing her productivity that she decides to schedule her 阅读全文
posted @ 2017-03-19 20:02 勿忘初心0924 阅读(829) 评论(0) 推荐(0) 编辑
摘要: C - Mafia Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status C - Mafia Submit Status Description One day n friends ga 阅读全文
posted @ 2017-03-18 17:21 勿忘初心0924 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Color the Fence Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Description Igor has fallen in love with Tanya. No 阅读全文
posted @ 2017-03-18 16:41 勿忘初心0924 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Matrix Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Matrix Submit Status Description Given an N*N matrix A, whos 阅读全文
posted @ 2017-03-17 20:52 勿忘初心0924 阅读(360) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页