印出特殊字元 \ : \\ % : %% " : \". #include <stdio.h> #include <stdlib.h> int main() { printf("|'o'|\n\\^_^/\n(\"o\")\n[-%%-]"); return 0; }. 分享.
確定! 回上一頁