#include <stdio.h> #include <string.h> void hello(); void wrong(); int main() { char buff[256]; /* 1. read stdin */ fscanf(stdin, "%s", ...
確定! 回上一頁