2019年3月23日
摘要: // tinyMCE不会用,随意改成MARKDOWN编辑器,自动给格式现在这个样子了,比TINYMCE稍微好点。 / 6.16.6 / include int main(void) { typedef long long llong; int upperlimit; int lowerlimit; 阅读全文
posted @ 2019-03-23 23:50 viviLy 阅读(116) 评论(0) 推荐(0)
摘要: 这道题用时46分钟解决 // 6.16.5#include <stdio.h>int main(void){ char zimu; int line; int interloop; int asc; int desc; printf("请输入一个大写字母:"); scanf("%c", &zimu) 阅读全文
posted @ 2019-03-23 21:51 viviLy 阅读(123) 评论(0) 推荐(0)