T橋技科大編入試験問題

このエントリーをはてなブックマークに追加
1デフォルトの名無しさん
最大公約数を求めるアルゴリズムで、
ユークリッドの互除法の問題がでたんだが
アルゴリズムの説明は割愛。

//▽これソース
int GCD(int x , int y ){
int r;
while((r=x%y)【a】0){
x = 【b】;
y = 【c】;
}
return y;
}

【a】... "!="
【b】... "y"
【c】... "r" が入るものと思われる。

さて問題はこの問

 引数がx>yでなくとも最大公約数が求められるように
 上の関数を変更してGCDを完成させよ。

・・・正直、難しくて俺には解けん。
IDENTIFICATION DIVISION.
単発質問断固反対
空白のあけかたが激しく気にいらん。
T橋技科大って高橋技科大だろ?
どうりで簡単だと思った
>>1
学校関係は宿題スレ行け。

ようかんマンがC/C++の宿題を片付けて見せます 26棹
http://pc5.2ch.net/test/read.cgi/tech/1088860889/
7デフォルトの名無しさん:04/07/09 20:57
というか,そもそも変更しなくても x > y でない場合の解がちゃんと
求められるのに,

  引数がx>yでなくとも最大公約数が求められるように
  上の関数を変更してGCDを完成させよ。

という設問があるのが理解できない,という話なのではないの?
無意味な機能だな
9デフォルトの名無しさん:04/07/10 23:45
>>7
そうだよなぁ。実際の問題を読んだわけではないから
なんともいえないけど。

引っ掛け問題かな?とも思ったけど、もし
豊橋か?編入ってことは高専生?
11デフォルトの名無しさん:04/07/11 01:02
TUTあげ。 (TUT)<アイゴー

ところで、工学部しかないのにInstitute じゃなくてUniversity を名乗ってるのは、
Institute だとtitになっちゃうからだって知ってた?
板違いスレをあげないでくれよ
13デフォルトの名無しさん:04/11/17 21:34:17
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l ftp://l.l
14デフォルトの名無しさん:04/11/17 22:57:11
x>y
の比較を先にしてfalseなら入れ替えれば終わり…?
15デフォルトの名無しさん:05/02/09 01:14:16
>>13
DVD!DVD!
16デフォルトの名無しさん:05/03/09 23:47:25
なんでこのスレ生きてるの?
17デフォルトの名無しさん
削除依頼だせ