摘要: 1. python2.7的标准输入输出 n = eval(raw_input())total_list = list()for i in range(n): a,b = raw_input().split() temp_list = list() ... 阅读全文
posted @ 2017-09-17 18:27 banlucainiao 阅读(64) 评论(0) 推荐(0)
摘要: #include "stdio.h"int main(){ int i,j; char t[2][2]; for(i=0;i<2;i++) for(j=0;j<2;j++) scanf("%c%*c",&t[i][j]... 阅读全文
posted @ 2017-09-17 17:58 banlucainiao 阅读(84) 评论(0) 推荐(0)