#12847:


joe631263126312 (unknown)

學校 : 國立嘉義高級中學
編號 : 68323
來源 : [163.27.3.92]
最後登入時間 :
2018-03-26 10:13:45
a024. 最大公因數(GCD) | From: [1.165.221.104] | 發表日期 : 2017-10-20 01:38

請問為甚麼是CE

我用了debug他說第一行就錯了

想請各位大大幫個忙

 

include <iostream>
#include <cmath>
#include <iomanip>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {
int a,b,;
while (cin>>a>>b)
{
int c=1
for(int i=2;i<=a;i,=b,i++)
if(a%i==0&&b%i==0)
{
c=i;
}


cout<<i<<endl;

}

return 0;
}

 
#12848: Re:求解


anandrewboy70900 (ShowTsai)

學校 : 國立中央大學
編號 : 27736
來源 : [203.204.218.144]
最後登入時間 :
2024-10-11 16:21:37
a024. 最大公因數(GCD) | From: [140.115.204.235] | 發表日期 : 2017-10-20 15:38

 

#




 
ZeroJudge Forum