更新测试用例

This commit is contained in:
virusdefender 2016-01-07 23:31:43 +08:00
parent 7ecfd4384f
commit 8bf5059a35

4
test.c
View File

@ -3,7 +3,9 @@
int main()
{
printf("Hello, I'm test\n");
char input[1000];
scanf("%s", input);
printf("%s", input);
int i = 900000000;
while (i) {
i = i - 1;