摘要: #!/usr/bin/python #coding utf-8 import socket import commands #执行系统命令模块 HOST='10.0.0.245' PORT=50007 s=socket.socket(socket.AF_INET.socket.SOCK_STREAM 阅读全文
posted @ 2017-12-08 21:01 island_9 阅读(86) 评论(0) 推荐(0)
摘要: #include <stdio.h>#define a 7void raw_input(int r[]){ int i; puts("please enter integer"); for(i=0;i<a;i++){ scanf("%d",&r[i]); }}void raw_output(int 阅读全文
posted @ 2017-12-02 11:57 island_9 阅读(102) 评论(0) 推荐(0)