摘要: 实验一:整数四则运算 #include<stdio.h> int main (void) { int A,B; scanf ("%d %d",&A,&B); printf ("%d + %d = %d\n",A,B,A+B); printf ("%d - %d = %d\n",A,B,A-B); p 阅读全文
posted @ 2017-10-20 16:46 小呆俊 阅读(147) 评论(0) 推荐(0) 编辑
/*标题彩虹滚动字*/ #blogTitle h1 a{ background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) ); color: transparent;-webkit-text-fill-color: transparent; -webkit-background-clip: text; -webkit-background-size: 200% 100%; -webkit-animation: maskedAnimation 2s infinite linear; -webkit-background-clip: text;-moz-background-clip: text;-ms-background-clip: text /*文字颜色变化*/ @keyframes maskedAnimation { 0% { background-position: 0 0; } 100% { background-pos