@jiege
定义字符串=“”11111222333344“”
if((x-y)%14==0){
cout<<1;
}else{
cout<<z[(x-y)%14];
}
y%=24;
x+=y;
if(x>=24){
cout<<x-24;
cout<<x;
核心