题解列表

筛选

枚举 石头剪刀布

摘要:````` import java.util.*; enum Game{ ROCK,PAPER,SCISSORS; public static Game getHand(i……

只会用for循环

摘要:import java.util.Scanner;public class Main1179 {  public static void main(String[] args) {    Scanne……

简单代码易理解

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ char a; int b; float c; double d; scanf("%c %d %f %lf",……