摘要: 一般ACM赛制题目都要求 多组输入输出 ,我们以 杭电1000题为例: 题目是很简单的 A+B :代码为: #include<stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d\n",a+b); return 0; } 但是要 阅读全文
posted @ 2018-10-16 19:56 RomanticChopin 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 用的是官方的汉化包 首先查询你的 eclipse 的版本 号 :打开eclipse文件位置 -->打开Readme文件夹 ,点击里面的文件,然后如下图,例如我的eclipse版本是:Release 4.8.0 版本 ,后面有一个“Photon”。 找到你的版本之后,打开这个网址:http://www 阅读全文
posted @ 2018-10-16 09:28 RomanticChopin 阅读(794) 评论(0) 推荐(0) 编辑
-->
Live2D