/* HELLO.C -- Hello, world */ #include "stdio.h" #include "conio.h" #include "string.h" main() { static char[] pinyinzuhe = { "a", "ai", "an", "ang" }; getch(); } |
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |