| |
#include
using namespace std;
int main(void)
{
int n;
while(cin>>n){
int y[n];
for(int i=0; i<n; ++i){
cin>>y[i];
}
for(int i=0; i<n; ++i){
if(y[i]%4==0 && y[i]%100!=0 || y[i]%400==0){
cout<<"a leap year"<<endl;
}
else cout<<"a normal year"<<endl;
}
}
return 0;
}
don't sand the ans.!!!
it is very dangerous!
rex is so bad, he use my account to use my replit account and copy the ai ans to zero 1 and paste it