摘要:
// Jolly Jumper// uva 10038#include <stdlib.h>#include <math.h>#include <stdio.h>#include <string.h>#define MAXSIZE 3001int main(){ // record whether the number from 1 to MAXSIZE-1 appeared. // the effective index is in [1,(MAXSIZE-1)], // so the array size will be MAXSIZE bo 阅读全文
posted @ 2011-06-25 18:03
xuwangyin
阅读(420)
评论(0)
推荐(0)
浙公网安备 33010602011771号