#2502: c++


1753924-2@g.puiching.edu.mo (楊允瀧P5A24)

School : No School
ID : 3096
IP address : [192.168.120.33]
Last Login :
2025-05-30 17:52:09
a231. 七色彩虹 | From: [192.168.120.33] | Post Date : 2025-06-12 13:06

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Hehe

 

 

 

 

 

 

 

 

 

 

 

#include <iostream>

using namespace std;

int main() {

    int n;

    cin>>n;

    string colors[] {"紅", "橙", "黃", "綠", "藍", "靛", "紫"};

    int i=(n-1)%7;

    cout<<colors[i]<<endl;

    return 0;

}

 
#2504: Re: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
a231. 七色彩虹 | From: [192.168.120.33] | Post Date : 2025-06-12 19:46

don't send the small ans

 
ZeroJudge Forum