题解列表

筛选

幸运儿 (C语言代码)

摘要:解题思路:注意事项:参考代码://#include<iostream> #include<stdio.h> //using namespace std; int main() { int ……
优质题解

Manchester- 字符串的反码

摘要:解题思路:①:因为a的ascii码为97,z的ascii码为122,设输入的字符为x②:根据题目字符到a的距离与其反码到z的距离相等③:所以x的反码y=&#39;z&#39;-(x-&#39;a&#3……

Hello, world! (Java代码)

摘要:解题思路:看代码即可注意事项:参考代码:   public static void main(String[] args){        Scanner sc=new Scanner(System.……