標題:
2024/06/22 課堂重點(宗儒)
[打印本頁]
作者:
鄭繼威
時間:
2024-6-22 12:08
標題:
2024/06/22 課堂重點(宗儒)
2024/06/22 課程重點
上次
[抽考]
[作業]
練習
[KitaJudge]
101~110
實作並
通過AC
https://meet.google.com/rcd-crxn-qmz
作者:
鄭繼威
時間:
2024-6-22 17:04
import java.util.Scanner;
public class b893 {
static long a,b,c,d,e,f;
static boolean ans = false;
public static void main(String[]args){
Scanner input = new Scanner(System.in);
while (input.hasNextInt()){
a = input.nextLong();
b = input.nextLong();
c = input.nextLong();
d = input.nextLong();
e = input.nextLong();
f = input.nextLong();
if (number(-35)*number(35)==0){
System.out.println("Too many... = =\"");
break;
}
result(-35);
if (!ans){
System.out.println("N0THING! >\\\\\\<");
}
}
}
public static long number(int x){
return (a*(long)Math.pow(x,5))+ (b*(long)Math.pow(x,4))+(c*(long)Math.pow(x,3))+(d*(long)Math.pow(x,2))+(e*x)+f;
}
public static void result (int x){
if (number(x)==0){//檢查單個數字是不是根
System.out.printf("%d %d\n",x,x);
ans= true;
}
if (x >=35){
return;
}
if (number(x)*number(x+1)<0){
System.out.printf("%d %d\n",x,x+1);
result (x+1);
ans = true;
} else {
result(x+1);
}
}
}
複製代碼
作者:
李宗儒
時間:
2024-6-22 17:06
#include<bits/stdc++.h>
using namespace std;
int main()
{
cin.tie(0);
cin.sync_with_stdio(0);
for(int j=0;j<2;j++)
{
string a;
cin>>a;
for(int i=1;i<a.size();i++)
{
cout<<abs(a[i-1]-a[i]);
}
cout<<endl;
}
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2