会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
崔杯杯
博客园
首页
新随笔
联系
订阅
管理
2018年4月10日
Each test case is described by one line having the format "note tonality", where "note" is one of the 17 names for the scale notes given above, and "tonality" is either "major" or "minor" (quotes for
摘要: #include <stdio.h>#include <string.h>int main() { int i=0; char s1[20],s2[20]; while(scanf("%s %s",s1,s2)!=EOF) { i++; if(strcmp(s1,"A#")==0) printf("
阅读全文
posted @ 2018-04-10 17:03 崔杯杯
阅读(143)
评论(0)
推荐(0)
公告