2013年8月10日

POJ_2632_Crashing Robots(模拟法)

摘要: 1 # include <stdio.h> 2 # include <string.h> 3 struct node 4 { 5 int x; 6 int y; 7 char c; 8 }q[111]; 9 struct node p[111]; 10 int main() 11 { 12 // f 阅读全文

posted @ 2013-08-10 17:35 随风浪子的博客 阅读(91) 评论(0) 推荐(0) 编辑

导航