Изменить 'du3/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-03-18 18:10:39 +00:00
parent ec654e7f4c
commit 70a27011b4

View File

@ -33,6 +33,7 @@ int main() {
//goto LABEL;
}*/
else if (counter2 == 3){
if(date[2] <1) goto LABEL;
date[0] += 7;
if(date[0] > 31 && (date[1] == 1 || date[1] == 3 || date[1] == 5 || date[1] == 7 || date[1] == 8 || date[1] == 10 || date[1] == 12)){
date[0] -= 31;