top of page
실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
#include <stdio.h>
#include <stdlib.h>
/*
int main()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d %d",a,b);
return 0;
}
*/
#include <stdio.h>
#include <stdlib.h>
/*
int main()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d %d",a,b);
return 0;
}
*/
댓글 0개
좋아요
댓글(0)
bottom of page