[問題] 請問這個code為何超過64000就會出錯

作者: cargod (証証)   2015-04-28 22:43:01
#include "stdafx.h"
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int z(char* ,int);
int main(array<System::String ^> ^args) {
clock_t t1, t2; char arr[1000];
int times;
printf("input=");
gets(arr);
printf("times=");
scanf("%d",&times);
t1 = clock();
z(&arr[0] , times);
t2 = clock();
printf("\n

Links booklink

Contact Us: admin [ a t ] ucptt.com