#2230: ans(c++)


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a077. 兩位數 | From: [192.168.120.33] | Post Date : 2025-06-02 21:22

the ans is not here

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

v

 

 

 

not here

|

|

|

|

|

|

|

|

|

|

|

|

v

#include<bits/stdc++.h>

using namespace std;

const long long int a=99999999999999999999999999999999999999;

int main(){

    string b;

    cin>>b;

    a++;

    if(b.length()==2) cout<<b<<" 是兩位數";

    else cout<<b<<" 不是兩位數";

}

 
#2235: Re:ans(c++)


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a077. 兩位數 | From: [192.168.120.33] | Post Date : 2025-06-02 21:28

the ans is not here

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

v

 

 

 

not here

|

|

|

|

|

|

|

|

|

|

|

|

v

#include<bits/stdc++.h>

using namespace std;

const long long int a=99999999999999999999999999999999999999;

int main(){

    string b;

    cin>>b;

    a++;

    if(b.length()==2) cout<<b<<" 是兩位數";

    else cout<<b<<" 不是兩位數";

}

the real ans is there

 

 

 

#include<bits/stdc++.h>

using namespace std;

int main(){

    string b;

    cin>>b;

    if(b.length()==2) cout<<b<<" 是兩位數";

    else cout<<b<<" 不是兩位數";

}

 
#2236: Re:ans(c++)


1755143-9@g.puiching.edu.mo (P5A35蔡雋言)

School : Pui Ching Middle School
ID : 3019
IP address : [192.168.120.33]
Last Login :
2025-05-29 11:39:10
a077. 兩位數 | From: [192.168.120.33] | Post Date : 2025-06-02 21:29

???

 
#2238: Re:ans(c++)


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a077. 兩位數 | From: [192.168.120.33] | Post Date : 2025-06-02 21:29

???


yes

the ans is this

 
ZeroJudge Forum