摘要:
课堂练习:两个数求平方和: package com.fj.good; public class Word1 { public static int sum(int a, int b) { return a * a + b * b; } public static void main(String[] 阅读全文
posted @ 2021-05-12 16:46
计算机1905方骏
阅读(46)
评论(0)
推荐(0)
浙公网安备 33010602011771号