demoII2_1.cpp
上传用户:husern
上传日期:2018-01-20
资源大小:42486k
文件大小:0k
源码类别:

游戏

开发平台:

Visual C++

  1. // DEMOII2_1.CPP - standard version
  2. #include <stdio.h>
  3. // main entry point for all standard DOS/console programs
  4. void main(void)
  5. {
  6. printf("nTHERE CAN BE ONLY ONE!!!n");
  7. } // end main