#10245: RE求解..


pesos13562 (尋找我的妹妹吧!)

學校 : 國立東華大學
編號 : 49541
來源 : [27.52.37.85]
最後登入時間 :
2019-04-02 22:31:59
a244. 新手訓練 ~ for + if -- 新手訓練系列 ~ 1 | From: [111.255.208.36] | 發表日期 : 2015-09-17 19:38

#include<stdio.h>

#include<stdlib.h>

#include<string.h>

#include<math.h>

 int main()

{int s,i,j;long long int a ,b,c;

    (scanf("%d",s)!=0);

 

    for(i=1;i<=s;i++)

{

    scanf("%d,%d,%d",&a,&b,&c);

  if(s=1)

  {printf("%d\n",b+c);}

  else if(s=2)

  {printf("%d\n",b-c);}

   else if(s=3)

  {printf("%d\n",b*c);}

   

   else

  {printf("%d\n",b/c);}

                                                                

                  }

                           }

    

 

 
#10246: Re:RE求解..


asas (向諸神與地雷醬獻上祈禱)

學校 : 不指定學校
編號 : 5185
來源 : [36.228.104.72]
最後登入時間 :
2024-03-06 23:29:54
a244. 新手訓練 ~ for + if -- 新手訓練系列 ~ 1 | From: [140.137.132.76] | 發表日期 : 2015-09-17 22:13

c = 0,使用除法會RE,你的程式碼應該是這個地方RE的。

 
ZeroJudge Forum