侧边栏
首页代码
摘要: #include<stdio.h> #include<string.h> int main() { char s[100]; scanf("%s",s); int len = strlen(s); int a[10]; memset(a ,0 ,sizeof(a)); int i; for(i = 阅读全文
posted @ 2020-09-23 14:11 AlexStraightUp 阅读(112) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<string.h> #include<ctype.h> double getweight(char x) { double m=0; switch(x){ case 'C':m=12.01;break; case 'H':m=1.008;brea 阅读全文
posted @ 2020-09-23 11:16 AlexStraightUp 阅读(111) 评论(0) 推荐(0)
页脚HTML代码