摘要: 练习1-1 无法运行 练习1-2 package candle1220; class Nightwatch{ public static void main(String[] args) { System .out .print("柴\n田\n望\n洋"); } } 练习1-3 package ca 阅读全文
posted @ 2019-12-05 01:17 nightswatch-candle 阅读(322) 评论(0) 推荐(0)
摘要: 练习3-1 /* 猜拳游戏(其四:分割函数/显示成绩)*/ #include <time.h> #include <stdio.h> #include <stdlib.h> int human; /* 玩家的手势 */ int comp; /* 计算机的手势 */ int win_no; /* 胜利 阅读全文
posted @ 2019-12-05 00:44 nightswatch-candle 阅读(508) 评论(0) 推荐(0)