摘要: #include<cstdio>#include<cstdlib>#define random(x) (rand()%x)int main(){ for(int i=0;i<300;i++){ int c = random(4); int a = rand(); int b = rand(); if 阅读全文
posted @ 2018-03-08 22:07 DandelionClaw 阅读(96) 评论(0) 推荐(0) 编辑