#2852: 請高手進來幫忙


thomasxp (飛翔)

學校 : 國立彰化高級中學
編號 : 5604
來源 : [140.116.103.161]
最後登入時間 :
2011-08-29 14:54:34
d058. BASIC 的 SGN 函數 -- 板橋高中教學題 | From: [140.116.103.5] | 發表日期 : 2009-11-26 23:32

#include<iostream>
#include<cmath>
#include <cstdlib>
#include <cstring>
using namespace std;
int main()
{
    int a;
    while(cin>>a)
  {
    a=a/abs(a);
    cout<<a<<endl;
  }
  system("pause");
}

除以0的問題要如何解決呢??

 
ZeroJudge Forum