2012年10月9日
摘要: d首次尝试usaco的代码,第一题,就给我个超时的错误,应该是在文件哪里用时太多下面为错误代码及出错情况,留作纪念。 time :2012.10.9/* ID:ly-meng2 LANG: C TASK: ride */ #include <stdio.h> #include<stdlib.h> #include<string.h> #define Max 10 int turn(char i){ if('a'<=i&&i<='z') return i-'a'+1; else ret 阅读全文
posted @ 2012-10-09 15:02 _兜 阅读(277) 评论(0) 推荐(0) 编辑