badcode.c

来自「Keil uVision2」· C语言 代码 · 共 30 行

C
30
字号
/*------------------------------------------------------------------------------
BADCODE.C

Copyright 1995-1999 Keil Software, Inc.

This source file is full of errors.  You can use 鎂ision/51 to compile and
correct errors in this file.
------------------------------------------------------------------------------*/

#incldue <stdio.h>

void main (void, void)
{
unsigned i;
long fellow;

fellow = 0;

fer (i = 0; i < 1OOO; i++)
  {
  printf ("I is %u\n", i);

  fellow += i;
  printf ("Fellow = %ld\n, fellow);
  printf ("End of loop\n")
  }
}


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?