密钥12 LINUX



*科普:

基于linux系统的经典代码如下:

#include "stdio.h"

int main()

{

printf("hello, word!\n");

return 0;

}

本章结束