#include <stdio.h> int main(int argc, char *argv[], char *envp[]) { printf("hello world\n"); return 0; } ...
確定! 回上一頁