top of page

소스 코드 제출

공개·회원 52명

20250817

/*

#include <stdio.h>

int main()

{

int a,s;

scanf("%d %d",&a,&s);

if(s>=30)

{

printf("%d %d",a,s-30);

}

else if(0<a)

{

printf("%d %d",a-1,s+60-30);

}

else

{

printf("23 %d",s+60-30);

}


return 0;

}

*/

#include <stdio.h>

int main()

{

int a,s;

scanf("%d %d",&a,&s);

if(s==2)

{

if(a%400==0||a%4==0&&a%100!=0)

{

printf("29");

}

else

{

printf("28");

}


}

else if(s==4 || s==6 || s==9 || s==9 ||s==11)

{

printf("30");

}

else

{

printf("31");

}

return 0;

}

2회 조회
주소 : 경기도 용인시 광교중앙로 302 블루 스퀘어 602호
연락처 : 031) 216 - 1546 ,     031) 215 - 1546
사업자등록번호 : 465-92-00916
​학원 등록 제 4603호
bottom of page