#10254: 麻煩大家幫忙看一下


s0122 (Ravilscottle)

學校 : 高雄市立高雄高級中學
編號 : 51853
來源 : [218.164.50.228]
最後登入時間 :
2016-07-30 15:29:24
a004. 文文的求婚 | From: [111.255.205.74] | 發表日期 : 2015-09-20 15:15

#include <iostream>
using namespace std;

int main ()
{
    int A,B,Q,R;
    while (cin >> A)
    {
        A = (B*Q)+R;
        B = 4;
        R < 4;
        R >-1;
        if(R==0)
        {
            cout << "閏年" <<endl;
        }
        if(R==1)
        {
            cout << "平年" <<endl;
        }
        if(R==2)
        {
            cout << "平年" <<endl;
        }
        if(R==3)
        {
            cout << "平年" <<endl;
        }
    }
    return 0;
}

 
#10256: Re:麻煩大家幫忙看一下


explorer (explorer)

學校 : 國立臺中第二高級中學
編號 : 50042
來源 : [182.155.38.85]
最後登入時間 :
2021-08-25 15:47:27
a004. 文文的求婚 | From: [182.155.74.183] | 發表日期 : 2015-09-20 15:21

#include
using namespace std;

int main ()
{
    int A,B,Q,R;
    while (cin >> A)
    {
        A = (B*Q)+R;
        B = 4;
        R < 4;
        R >-1;
        if(R==0)
        {
            cout << "閏年" <<endl;
        }
        if(R==1)
        {
            cout << "平年" <<endl;
        }
        if(R==2)
        {
            cout << "平年" <<endl;
        }
        if(R==3)
        {
            cout << "平年" <<endl;
        }
    }
    return 0;
}

 A = (B*Q)+R;

B,Q,R 都還沒確定

所以這樣指派是沒有意義的


B = 4;
R < 4;
R >-1;

至於這個都只是判斷式而已
所以沒有神麼作用

 
ZeroJudge Forum